Displaying 1 result from an estimated 1 matches for "c63b2aac".
2008 Aug 01
1
how to include an explicit list of files
I want to rsync files between two machines, but only a subset of the files on the server. I want to specify the subset explicitly via a list of files to the rsync daemon. I've tried:
filter = + */ \
+ foo/bar/file1 \
+ foo/bar/file2 \
+ bar/baz/file3 \
- *
but this doesn't work - I end up with stuff like foo.obsolete/file4 when rsyncing. I