Displaying 1 result from an estimated 1 matches for "some_kind_of_file".
2004 Sep 23
1
rsync script from homepage: trouble
...t to backup all files in your SOURCES. If
# performing a FULL SYSTEM BACKUP, ie.
# Your SOURCES is set to "/", you will need to make use of EXCLUDE_FILE.
# The file should contain directories and filenames, one per line.
# An example of a EXCLUDE_FILE would be:# /proc/
# /tmp/
# /mnt/
# *.SOME_KIND_OF_FILE
EXCLUDES=$HOME/cron/excludes
# the name of the backup machine
BSERVER=user@BACKUPSERVER
ssh-add ~/.ssh/root\@SERVER_backup
########################################################################
BACKUPDIR=`date +%A`
#OPTS="-e ssh --force --ignore-errors --delete-excluded
#--exclude-from=$...