/ Published in: Bash
URL: http://snipplr.com/view/26670/
Kudos to http://snipplr.com/view/26670/
Expand |
Embed | Plain Text
# Used to backup directory and files #1. Create the backup directory using mkdir #2. cd /source; tar cf - . | (cd /target && tar xf -)
You need to login to post a comment.
