search for: date_fold

Displaying 2 results from an estimated 2 matches for "date_fold".

Did you mean: date_file
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> --link-dest=<date_folder_2> /sourcedir my...
2011 May 11
7
[Bug 8130] New: ACL and link-dest do not work together
...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 here, my files are hard linked together, "ls -li" on myserver confirms. Second step, adding ACL : rsync -aiA --link-dest=<date_folder_1> --link-dest=<date_folder_2> /sourcedir mys...