Displaying 1 result from an estimated 1 matches for "idmcomp".
Did you mean:
decomp
2006 May 10
3
--include-from doesn't include
...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/*
- Templates/*
- .DCOPserver*
- .fonts*
- NTUSER*
- ntuser*
I've tried a...