[rdiff-backup-users] Backup on Windows with exclude-globbing-filelist and spaces in path

2011-01-18 Thread ABC DEF
Hello, I've been trying to make a backup with rdiff-backup from Windows Vista to a remote Linux box via ssh. I'm trying to achieve something like this: S:\Program Files\rdiff-backup\rdiff-backup.exe --exclude-globbing-filelist S:\Program Files\rdiff-backup\my_exclude.txt --remote-schema

Re: [rdiff-backup-users] Backup on Windows with exclude-globbing-filelist and spaces in path

2011-01-18 Thread Dominic Raferd
I think for exclude-globbing-filelist you don't need that dash prefix. Here is an extract from mine, which works under Windows: ignorecase:**/printhood/** ignorecase:**settings/temp** ignorecase:**NTUser.dat** ignorecase:**Deleted Items.dbx** ignorecase:**Old.dbx** ignorecase:**/Kiesoft/**

Re: [rdiff-backup-users] Backup on Windows with exclude-globbing-filelist and spaces in path

2011-01-18 Thread ABC DEF
Hi, removing dash prefix and adding ignorecase helped to solve my problem. Just for anyone who might have this problem, this is what the entry in exclude filelist looks like now: ignorecase:S:/Temp/doc/test Thanks a lot! GroundZero 2011/1/18 Dominic Raferd domi...@timedicer.co.uk I think