]> git.sesse.net Git - backup.sh/blob - README
Initial revision
[backup.sh] / README
1 You need hardware:
2 x a computer running a free unix clone.
3 x as much disc as you can aford.
4   
5 You need software:
6 x ssh (or perhaps openssh)
7 x GNU bash
8 x GNU tar 
9 x GNU shellutils
10
11 How to prepare your computer:
12 x mount your huge partition (we use /backup)
13 x make it possible for ssh to log in from this computer
14   to your other computers as root without a password. scary.
15 x put this software in a directory (we use /home/backup/)
16
17 Crontab entry:
18 We use cron to start the script every night. Here is the entry we use:
19 2 2 * * * /home/backup/backup.sh < /dev/null >> `/home/backup/logfilename.sh` 2>&1