Displaying 1 result from an estimated 1 matches for "laptopbackup".
2003 Mar 22
5
CYGWIN Rsync exclude/include problem
...then nothing gets rsynced. I have "commented" the include file to explain my logic. Any advice would be great!
Thanks in advance.
Mike Lavender
===================
Command Line:
rsync -avvvzl --stats --delete --delete-excluded --exclude-from=c:\rsync\includes.txt /cygdrive/c/ mike@puk::LaptopBackup
includes.txt:
+ /Databases/ #Include /Databases & subfolders
+ /Documents and Settings/ #Include /Documents and Settings & subfolders
- /Documents and Settings/NetworkService/ #Exclude /NetworkService subfolders
- /Documents and Settings/LocalService/ #Exclude /LocalService...