Automating System Backups
Documentation
- what we backed up and why
- /etc - because it holds system stuff
- /usr/local/bin - holds our scripts
- /home - holds our people
- /root - root's personal home
we then scheduled the script to run (using the crontab) every day at midnight.
Useful Links
what to back up and not to back up.
someone else's plan.