Trying to make a backup of Ubuntu server using rsnapshot, here is my config file:
config_version 1.2 snapshot_root /root/backups cmd_cp /bin/cp cmd_rm /bin/rm cmd_rsync /usr/bin/rsync cmd_ssh /usr/bin/ssh cmd_logger /usr/bin/logger retain hourly 6 retain daily 7 retain weekly 4 retain monthly 3 verbose 3 loglevel 4 logfile /root/backups/rsnap.log lockfile /root/backups/rsnap.pid backup root@server:/ server/ exclude /dev/* exclude /home/*/.gvfs exclude /home/*/logs/ exclude /media/* exclude /mnt/* exclude /proc/* exclude /sys/* exclude /tmp/* exclude /home/*/.local/share/Trash exclude /etc/fstab exclude /var/run/* exclude /var/lock/* exclude /var/log/* exclude /lib/modules/*/volatile/.mounted exclude /var/cache/apt/archives/*
how can I limit the rate at which it downloads? With the way it is now, remote server is running very slowly during backup.