Displaying 2 results from an estimated 2 matches for "51401b7b".
Did you mean:
514017
2015 Aug 17
1
Error with paths with ()'s
...so it uses the output of the find command as input to rsync.
Hmm. Maybe. I’ll play with that.
--
Why live in the world when you can live in your head?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20150817/51401b7b/attachment.html>
2015 Aug 17
7
Error with paths with ()'s
I was trying to process a bunch of folders to sync them to another drive and ran across an error I haven’t seen before. Normally I do this sync via a mounted file system, but this time I tried to do it over ssh:
find . -type f -atime -1 -exec rsync -aP {} 10.0.0.11:/Volumes/Drive5/{} \;
bash: -c: line 0: syntax error near unexpected token `('
bash: -c: line 0: `rsync --server -logDtpre.iLsfx