Created
November 28, 2014 20:19
-
-
Save teopost/9a5d3c747c779d1ec6e4 to your computer and use it in GitHub Desktop.
Copie su NAS con rsync daemon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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