On Aug 17, 2015, at 4:05 AM, Kevin Korb <k...@sanitarium.net> wrote:
> If you want find to generate your list use --files-from:
> 
> find . -type f -atime -1 -print0 | rsync -aP --files-from=- --from0 .
> 10.0.0.11:/Volumes/Drive5/

This works:

find . -type f -atime -1 -exec rsync -aP {} /Drive5/{}

This fails if there are ()’s in the file name.

find . -type f -atime -1 -exec rsync -aP {} 10.0.0.11:/Drive5/{}


-- 
I WILL NOT ENCOURAGE OTHERS TO FLY Bart chalkboard Ep. 7F03


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to