Displaying 1 result from an estimated 1 matches for "rsync_home_list".
2006 May 10
3
--include-from doesn't include
...e using rsync on Cygwin. I was able to create a fairly
useful exclude-from list, but I'm unable to re-include portions a subset
of an excluded directory. My rsync command looks like this:
rsync -avn --delete --stats ~/ \
/cygdrive/i/HRMS/rdavies/backup/home \
--exclude-from=/home/rdavies/rsync_home_list
And the exclude file looks like this:
+ Application\ Data/IDMComp/**
+ Application\ Data/Mozilla/**
- Application\ Data/*
- Cookies/*
- Desktop/*
- Favorites/*
- Local\ Settings/*
- My Documents/Outlook/*
- My Documents/My\ *
- NetHood/*
- PrintHood/*
- Recent/*
- SendTo/*
- Start Menu/*
- Templa...