Displaying 2 results from an estimated 2 matches for "teleologic".
2005 Feb 23
2
What's wrong with my exclude rules?
So, given this (broken up for email - it's all one line in the
script):
/usr/bin/rsync -q -a -e ssh -H --delete --delete-excluded
--ignore-errors --include "/" --exclude "/proc/*"
--exclude "/proc/bus/usb/*" --include "/boot/*"
--exclude "/dev/pts/*" --exclude "/dev/shm/*"
--exclude '/tmp/*' --exclude
2005 Jan 19
1
excluding based on filesystem?
I'm using rsync as part of a system to create nightly snapshots of
several servers, much like several people are appearently doing.
However, I have a bit of a problem with things that I don't want
backed up. On most of the systems, things like devfs, procfs, sysfs,
etc don't need backed up. In addition, I have directories from one
server NFS mounted on several of the other servers -