Skip to content

Instantly share code, notes, and snippets.

@weblogix
Created March 31, 2020 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weblogix/b9499faf201b14e14b385d147193d741 to your computer and use it in GitHub Desktop.
Save weblogix/b9499faf201b14e14b385d147193d741 to your computer and use it in GitHub Desktop.
[rsync] rsync, without ssh, rsync daemon
export RSYNC_PASSWORD="BACKUP_PASSWORD_GOES_HERE" rsync -av --delete /var/backups/ rsync://backup@192.168.1.1:/backup/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment