Displaying 1 result from an estimated 1 matches for "azvl".
Did you mean:
azul
2003 Mar 18
2
Wildcards (include)
...ying to synchronize some directories.
Let's say I need to synchronize:
/web/sites
/var/qmail/control
/home/ken
I don't want to run 3 rsync commands. I have already tried
using --include --exclude options, but it didn't work at all.
I supppose my command should be as follows:
rsync -azvl --include-from=includes --exclude='*' / username@host.com:/ken/backup/
includes:
/web/sites
/var/qmail/control
/home/ken
The result is that I get nothing. Nothing is copied then.
No errors reported by rsync.
I also tried the same command, but without --exclude opotion..
and by chaning...