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 teopost@192.168.1.79::nasrs
rsync -av --delete --progress /media/teopost/Stage_1000/Immagini teopost@192.168.1.79::nasrs
rsync -av --delete --progress /media/teopost/Stage_1000/Musica teopost@192.168.1.79::nasrs
rsync -av --delete --progress /media/teopost/Stage_1000/Montaggi\ Video teopost@192.168.1.79::nasrs
rsync -av --delete --progress /media/teopost/Stage_1000/Video teopost@192.168.1.79::nasrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment