Skip to content

Instantly share code, notes, and snippets.

@bognerf
Created June 28, 2013 11:43
Show Gist options
  • Save bognerf/5884111 to your computer and use it in GitHub Desktop.
Save bognerf/5884111 to your computer and use it in GitHub Desktop.
Rsync between two Linux servers
DATUM=`date +%Y-%m-%d_%H-%M`
rsync --update -avW --delete-after --numeric-ids --stats -e "ssh -i /PATH/TO/.ssh/KEYFILE" /backup/ user@10.10.10.10:/raid/user/backup > /root/rsynclogs/rsync_$DATUM.log
# use --dry-run to simulate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment