Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. printf -v DulicityCMD 'duplicity --log-file %s --progress --no-encryption --include="/etc" --include="/var/log" --include="/var/db" --include="/var/www" --include="/home" --exclude="**" / scp://%s@myhost.com:22//home/%s/backups/%s' $LOG_FILE $VPSNAME $VPSNAME $VPSNAME
  2.  
  3. # THIS
  4. $DulicityCMD
  5.  
  6. # OR THIS
  7. sudo $DulicityCMD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement