Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- backup_files=$*
- echo -e "\n"
- read -p Continue.......
- rsync -zEavPh $backup_files $bkup_directory
- exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement