search for: df2c7cfa

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

2015 Apr 12
0
Finding specific files/directories from a remote rsync server.
...--include=foo/file --include='*/' --exclude='*' rsync.example.net::module/ /dest/ You might also try using --prune-empty-dirs. ..wayne.. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20150412/df2c7cfa/attachment.html>
2015 Apr 10
3
Finding specific files/directories from a remote rsync server.
Hi all, Suppose I have remote rsync server, named as: rsync.example.net. And I want to finding some specific files/directories from it. To do this, I must let my local rsync client to do a traversing among all of its modules and the corresponding sub-directories. Say, if I want to find all of the `foo/file' on this rsync server, i.e., a file named file which is located under the foo