Skip to content

Instantly share code, notes, and snippets.

@torgeir
Created January 9, 2016 17:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torgeir/dd0dad82e53ea2b05da1 to your computer and use it in GitHub Desktop.
Save torgeir/dd0dad82e53ea2b05da1 to your computer and use it in GitHub Desktop.
How to run rsync with password in background from a NAS's ssh
RSYNC_PASSWORD=... nohup rsync -av /DataVolume/Folder/* rsync://rsync@server:873/Folder/ &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment