Displaying 1 result from an estimated 1 matches for "excludes_mike".
2004 Nov 14
1
rsync bug
I discovered that if etc/ is in an exclude file ,anything with etc will
also be excluded,e.g. /usr/etc , /usr/local/etc ,and so on.Command i used:
rsync -av -e ssh / mike:/ --exclude-from=/home/michael/excludes_mike
--delete
and /home/michael/excludes_mike read at first
dev/
mnt/
proc/
tmp/
home/michael/Shared/*
home/michael/Incomplete/*
backup/
etc/
Later when i removed /etc from this list,changing it to
mnt/
proc/
tmp/
home/michael/Shared/*
home/michael/Incomplete/*
backup/
etc/HOSTNAME
etc/fstab
etc...