Displaying 20 results from an estimated 1200 matches similar to: "multiple --link-dest options"
2011 Aug 11
1
rsync, trailing slash, and --delete
I'm trying to rsync a folder like so -
rsync -aP --delete /home/share_20110801 /lastbackup/ share
Under the /lastbackup folder there is a "share" folder. I'd like to rsync all the contents of the "share _20110801" folder directly under the the "share" folder under /lastbackup. I know I can add the trailing slash to the source directory to accomplish this,
2004 Nov 03
2
[Bug 1985] rsync hangs reading pipe
https://bugzilla.samba.org/show_bug.cgi?id=1985
------- Additional Comments From Uwe.Girlich@philosys.de 2004-11-02 23:13 -------
Created an attachment (id=753)
--> (https://bugzilla.samba.org/attachment.cgi?id=753&action=view)
shell script to reproduce the rsync problem
This shell script creates some directories, a file and a named pipe. Then
it tries to copy the "from"
2004 Oct 18
1
check "--link-dest" directory first
I use rsync to backup several servers to harddisk on a backupserver.
To save space i use the --link-dest option which creates a hardlink to
the file of the last backup if the file hasn?t changed.
If a file already exists in the destination directory then an maybe
existing file in the --link-dest directory is ignored.
The existing file will be overwritten with the new version regardless
whether
2007 Jan 05
3
permission problem samba share 2nd suse server
Dear all,
I'm running a fileserver on Suse10. The purpose of this fileserver is to store only mailbackups.
I also have backupserver running Suse10 with Dar&Sarab installed. backups will be done on HDD. This
runs perfect.
because I need to mount the samba share of the fileserver to the backupserver i did:
mount -t smbfs -o username=root,password=xxx,debug=4 //ipaddress/mailbackup
2013 Sep 23
1
Howto: Extremely tight security rsync shell for backups
We've been using rsync since forever to back up all our servers and it's
worked without a problem. But in a recent security review, we noted that
our specific rsync backup host is using root keys to access the server,
meaning that if the keys on the backup server were leaked/compromised in
any fashion, that would provide r00t access to the servers being backed up.
Since this
2018 Nov 30
2
Fw: AD usres are not show in Domain Controller when apply setfacl command
Dear Rowland Penny
I follow your mentioned step still i am face the same problem
I have 1 Domain Controller [sambadc] and 1 Domain member for Samba Share and backup [backupserver]
1.when try view the ACL rights is backup server i can able view the domain user name
[root at backupserver Rishinox]# getfacl /ADHDD/Rishinox/
getfacl: Removing leading '/' from absolute path names
# file:
2009 Apr 28
1
rsync fails with "Permission denied" errors on random files over NFS
Hi
I use rsync for daily backups from a mailserver.
Every day the mailserver pushes backup to the backupserver.
Cron runs the command:
rsync -q -zrlpt --specials --chmod=Du+rwx \
--rsh 'ssh -F /root/ssh/config -i /root/ssh/private.key -o
UserKnownHostsFile=/root/ssh/known_hosts' \
--files-from=/root/include \
--exclude-from=/root/exclude \
--link-dest=../previous \
/
2002 Nov 22
0
Copied file becomes infinately large
I'm trying to back-up a set of windows machines onto a single Linux
machine, so that I can easily make a tape from there.
The Linux Machine (RedHat 7.3, running samba 2.2.6), is set to use
mount.smbfs to log in to each machine's Administrative share, and copy
several files from the hard drive.
One machine is giving me a great deal of difficulty, however.
Our last remaining window's
2018 Nov 30
0
Fw: AD usres are not show in Domain Controller when apply setfacl command
On Fri, 30 Nov 2018 06:16:42 +0000 (UTC)
barani tharan <aru_barani at yahoo.com> wrote:
> Dear Rowland Penny
> I follow your mentioned step still i am face the same problem
> I have 1 Domain Controller [sambadc] and 1 Domain member for Samba
> Share and backup [backupserver]
>
> 1.when try view the ACL rights is backup server i can able view the
> domain user name
2002 Nov 22
0
Copied file becomes infinate
Colin,
I know that on Windows, when you copy and Immensely large single file,
there are times when it will show something like 100 years in minutes to
complete the copy.
Your issue could be related to that issue with Windows. You say that you
copy files over from several other systems without a problem. Are those
files on the other systems single small files or are they also in
2002 Dec 17
2
Still having trouble with copying large files
I had originally written about this problem last month
(http://lists.samba.org/pipermail/samba/2002-November/085418.html)
Since then, our company has added another Windows Fileserver which I'm
trying to back up, and they are both having the problem. Because it
happens on both servers, this leads me to believe it really is a problem
with my Samba server.
I've upgraded to 2.2.7a, as the
2008 Sep 29
2
scp partition "not a regular file"
Hi list,
should it be possible to scp a partition with this command:
scp /dev/sda7 backupserver:/backup/sda7.img
I always get "not a regular file" - which is a clear and understandable
error, but my googling tells me that some people are doing this - and it
seems to work - at least at their systems.
I know that I can avoid this by simply doing
dd if=/dev/sda7 | ssh backupserver dd
2018 Dec 04
0
Fw: AD usres are not show in Domain Controller when apply setfacl command
Dear Team
1. I get same error in domain controller when try to set acl in share the file
[root at samba4dc ~]# setfacl -m group:"EIPL\administrator":rwx /Share
setfacl: Option -m: Invalid argument near character 7
[root at samba4dc ~]# id EIPL\administrator
id: EIPLadministrator: no such user
2. My smb.conf file
[root at samba4dc ~]# vi /usr/local/samba/etc/smb.conf
# Global
2007 Mar 15
2
Problem with shared xls file. Could it be blamed on rsync?
Hi all!
I recently had a problem with a shared excel file which was rsynced from the
file- to the backupserver. The backups of this file went wrong and I can't
figure out why. The whole rsync and dump to tapes works like charm for a few
month now.
The situation was as followed. That xls lived (and was backuped) happily for
5 days. Then the users startet to share this file among 4 or 5 people.
2005 Apr 21
0
Windows caching Netbios names ??
Hello,
we have a setup with a main samba server an an emergency server which
synchronizes its data via rsync. Recently, I got the idea to run the
emergency server under a different server name parallel to the main
server so that users can easily recover deleted files etc. This lead to
massive problems; the reason was that the clients randomly connected to
the main or the backup server !
2015 Nov 10
0
Rsync and differential Backups
On Mon, Nov 9, 2015 at 9:31 PM, Alessandro Baggi
<alessandro.baggi at gmail.com> wrote:
> Hi list,
> how to perform a differential backup using rsync?
>
> On web there is a great confusion about diff backup concept when searched
> with rsync.
>
> Users says diff because it copy only differences. For me differential is
> backup from last full backup.
>
You can use
2015 Nov 10
2
Rsync and differential Backups
Folks
I have been using rsnapshot for years now. The only problem I've found is
that it is possible to run out of inodes. So my heads-up is that when you
create the file system, ensure you have more than the default inodes - I
usually multiply the default by 10. Otherwise you can find your 1Tb USB
drive failing after 259Mb and you can't then recover the files. Rather
embarrassing.
>
2018 Nov 30
3
Fw: AD usres are not show in Domain Controller when apply setfacl command
On Fri, 30 Nov 2018 09:06:34 +0000
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Fri, 30 Nov 2018 06:16:42 +0000 (UTC)
> barani tharan <aru_barani at yahoo.com> wrote:
>
> > Dear Rowland Penny
> > I follow your mentioned step still i am face the same problem
> > I have 1 Domain Controller [sambadc] and 1 Domain member for Samba
> >
2016 Nov 21
2
LLVM Stable
Hello fellow developers,
I wanted to follow a more up-to-date llvm version and saw the google/stable
branch that seems to be updated every two weeks or so. But it seems that
the last update of the google/stable branch is from 2016-08-15 [1].
Did it move to somwhere else and I am lookint at the wrong spot, or maybe
there is something terribly wrong with the current trunk?
Regards.
[1]
2008 Apr 16
5
how to handle a random password in a config file?
Hi I''m trying to configure bacula''s config file. The issue is
everytime the script runs a new key gets generated for bacula.
How can I have the config file update only run once with puppet, yet
replace the default bacula-fd.conf file.
script listed below:
class bacula-client {
# define which server to use
case $datacenter {
1: { $backupserver