Displaying 1 result from an estimated 1 matches for "techstuff".
Did you mean:
techstaff
2002 Apr 20
1
rsync "exclude-from"
...r and shall not, thus, excluding
them from synchronization. :)
The "exclude file" looks like this:
---snip---
- mail/IN.SPAM
- mail/IN.posted-usenet
- mail/backup/
- mail/headc.gz
- mail/incoming/
- mail/miscellaneous
- mail/saved-messages2
- mail/sent-mail-2001/
- mail/sent-mail2
- mail/techstuff
---snap---
In the prompt I type
rsync -avpPz --exclude-from "exclude-from-mailsyncing" mail/ -e ssh REMOTE_SERVER:mail/
It seems that the file (i.e., exclude-from-mailsyncing") with the
exclusion list is not read. There is no error message, and -v or -vv does
not give any hint whe...