Backup-EZ

 view release on metacpan or  search on metacpan

share/ezbackup.conf  view on Meta::CPAN

#
# copies - Indicate how many backups to maintain
#

copies 30

#
# backup_host - Host that will keep backups
#

backup_host TODO

#
# backup_user - Overrides the default remote user.  Default is $USER.
#

#backup_user OPTIONAL


#
# dest_dir - Location to place backups on the remote FS.
#

dest_dir TODO

#
# exclude_file - File to pass to rsync with --exclude-from
#

exclude_file ezbackup_exclude.rsync

#
# use_sudo - Use sudo for remote commands
#

use_sudo 0

#
# ignore_vanished - Don't fail when files/directories vanish, rsync return code 24
#
ignore_vanished 0

#
# append_machine_id - Flag to indicate whether or not to append /etc/machine-id
# to the hostname.  If on, the uuid from /etc/machine-id will be appended to the
# hostname subdir.  If /etc/machine-id does not exist, it will be created.
#
# Example:  localhost-8d18a07b-f327-4fe4-85a0-168f95f17cf9/
#

append_machine_id on

#
# extra_rsync_opts - Additional rsync command line options to pass to rsync
#
#extra_rsync_opts OPTIONAL

#
# ssh_opts - Additional ssh command line options to pass to ssh
# Example:
#   ssh_opts "-o StrictHostKeyChecking=no -o ServerAliveInterval=60 -i /path/to/key"
#
#ssh_opts OPTIONAL

#
# local directories you want backed up
#
dir /home
dir	/root
dir	/etc
dir	/var/spool/cron
dir	/var/spool/mail



( run in 1.175 second using v1.01-cache-2.11-cpan-85f18b9d64f )