Displaying 6 results from an estimated 6 matches for "az9901".
Did you mean:
19901
2011 May 11
7
[Bug 8130] New: ACL and link-dest do not work together
...y: ACL and link-dest do not work together
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: az9901 at gmail.com
QAContact: rsync-qa at samba.org
Hello,
I am trying to use ACL and link-dest without success.
Here is what I do.
First step, without ACL :
rsync -ai --link-dest=<date_folder_1> --link-dest=<date_folder_2> /sourcedir
myserver::backup/$(date)/
All works fine...
2008 Nov 19
1
chdir / chroot after pre-xfer ?
Hello,
I am trying to configure rsyncd to mount destination encrypted FS
(using EncFS) before syncing.
In my rsyncd.conf :
[test]
path = /home/dest
<...>
pre-xfer exec = sleep 30 ; echo mypassword | encfs -S /home/
encrypteddir /home/dest ; sleep 30
(I have put "sleep 30" instructions just to make some tests)
/home/encrypteddir is correctly mounted by rsyncd to /home/dest
2013 May 20
1
Timeout on deletion
Hello,
I use Rsync client (3.0.9) synchronising to a Rsync daemon (3.0.8) over SSH.
I have sometimes a huge amount of files to delete.
Rsync daemon can take a lot of time to delete them, leading Rsync client into a timeout?
Is there any way to avoid this timeout ?
I would have liked not to increase timeout value on client side (which is already set to 600 seconds), as I don't really know
2013 Jul 12
2
Rsync and RAID storage specifications
Hello,
I am going to use Rsync over millions of files, with --link-dest option.
So huge read activity at the beginning of each backup, and huge hard links creation activity.
Of course I will use a RAID array on receiver side, dedicated to Rsync.
Do you have any recommandation over RAID type, number of disks and chunk size to use ?
Thank you very much !
Ben
2011 May 08
2
ACL and link-dest
Hello,
I am trying to use ACL and link-dest without success.
Here is what I do.
First step, without ACL :
rsync -ai --link-dest=<date_folder_1> --link-dest=<date_folder_2> /sourcedir myserver::backup/$(date)/
All works fine there, my files are hard linked together, "ls -li" on myserver confirms.
Second step, adding ACL :
rsync -aiA --link-dest=<date_folder_1>
2013 Apr 06
3
Delete directories without browsing them
Hello,
I make my production backups with Rsync.
Here is an example of my backup tree on the destination server :
/backups
/2013-04-03
/2013-04-02
/2013-04-01
/2013-03-31
/2013-03-30
/2013-03-29
At the end of the backup process, I upload a logfile in the backup
directory and delete oldest backups.
For this, I use an include/exclude file, for example this inclexcl.txt