Advertisement
v1ral_ITS

Untitled

Mar 25th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. backup_files=$*
  3.  
  4. echo -e "\n"
  5. read -p Continue.......
  6.  
  7.  
  8. rsync -zEavPh $backup_files $bkup_directory
  9.  
  10. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement