################################################# # rsnapshot.conf - rsnapshot configuration file # ################################################# # # # PLEASE BE AWARE OF THE FOLLOWING RULES: # # # # This file requires tabs between elements # # # # Directories require a trailing slash: # # right: /home/ # # wrong: /home # # # ################################################# config_version 1.2 snapshot_root /media/170a2bcd-d9b3-4d95-a5b2-4293ca53547c/Backups/ #no_create_root 1 cmd_cp /bin/cp cmd_rm /bin/rm cmd_rsync /usr/bin/rsync #cmd_ssh /usr/bin/ssh cmd_logger /usr/bin/logger #cmd_du /usr/bin/du #cmd_rsnapshot_diff /usr/bin/rsnapshot-diff verbose 3 loglevel 2 logfile /var/log/rsnapshot.log lockfile /var/run/rsnapshot.pid #include_file /path/to/include/file #exclude_file /path/to/exclude/file #link_dest 0 #sync_first 0 ######################################### # BACKUP INTERVALS # # Must be unique and in ascending order # # i.e. hourly, daily, weekly, etc. # ######################################### retain daily 7 retain weekly 4 retain monthly 24 ############################### ### BACKUP POINTS / SCRIPTS ### ############################### # LOCALHOST backup /etc/ localhost/ backup /mnt/data/Management/ localhost/ backup /mnt/data/Team/ localhost/