Skip to content

Instantly share code, notes, and snippets.

@teopost
Created November 28, 2014 20:19
Show Gist options
  • Save teopost/9a5d3c747c779d1ec6e4 to your computer and use it in GitHub Desktop.
Save teopost/9a5d3c747c779d1ec6e4 to your computer and use it in GitHub Desktop.
Copie su NAS con rsync daemon
#!/bin/bash
export RSYNC_PASSWORD=mypassword
rsync -av --delete --progress /media/teopost/Stage_1000/Fotografie [email protected]::nasrs
rsync -av --delete --progress /media/teopost/Stage_1000/Immagini [email protected]::nasrs
rsync -av --delete --progress /media/teopost/Stage_1000/Musica [email protected]::nasrs
rsync -av --delete --progress /media/teopost/Stage_1000/Montaggi\ Video [email protected]::nasrs
rsync -av --delete --progress /media/teopost/Stage_1000/Video [email protected]::nasrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment