Backup
Tools
Time Machine
rsync
rsync -av user@host:/src .
rsync through ssh tunnel:
rsync -av -e "ssh -A root@proxy ssh" ./src root@target:/dst
rclone - rsync for cloud storage
rsync -av user@host:/src .
rsync through ssh tunnel:
rsync -av -e "ssh -A root@proxy ssh" ./src root@target:/dst
rclone - rsync for cloud storage