- #!/bin/bash
- # Backup script meant for backing up stuff that is not managed by $env
- # Requires root privileges
- # Set backup location here
- bak=/path/to/backup/location
- # Backup a sample directory
- rsync /path/to/source/ "$bak"
sample_backup
Posted by Anonymous on Sat 28th Feb 2015 12:05
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.