Guest User

Untitled

a guest
Feb 21st, 2018
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # clears :P
  2. clear
  3.  
  4. # Time finder
  5. T="$(date +%s)"
  6. T="$(($(date +%s)-T))"
  7.  
  8. # tells what is going on
  9. echo Hello, welcome to gravpyods backup
  10. sleep 1
  11. echo Rdiffing the files :P
  12. echo Backing up on remote server!!!!!
  13.  
  14. # Does the work
  15. rdiff-backup --progress user@hostname.net::/remote-dir /backup/${T}
  16.  
  17. # says done!!!!
  18. echo Done!!!!!
Add Comment
Please, Sign In to add comment