Displaying 1 result from an estimated 1 matches for "foasd1".
Did you mean:
foad
2001 Sep 29
1
include lists
...er. (I have a daemon that keep track of timestamps of the
files, so before running rsync I query that daemon to get a list).
I thought --exclude=* --include=/path/foo --include=/path/bar should
do it, but I am having no luck.
Both
rsync -v --stats -W -a --delete --exclude=* --include=clients/ask/foasd1 rsync://server/module /the/path
and the same with --include=/[...] just gives me:
Number of files: 1
Number of files transferred: 0
Total file size: 0 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 56
Total bytes written: 133
Total bytes read...