]> git.sesse.net Git - backup.sh/blob - README
Update README.
[backup.sh] / README
1 You need hardware:
2 x a computer running a free UNIX clone.
3 x as much disk space as you can afford.
4   
5 You need software on clients and server:
6 x ssh/openssh
7 x GNU bash
8 x GNU tar 
9 x GNU shellutils
10 x GNU moreutils
11
12 How to prepare your computer:
13 x mount your huge partition (we use /backup).
14 x make it possible for ssh to log in from this computer
15   to your other computers as root without a password. scary.
16 x put this software in a directory (we use /home/backup/)
17 x put the name of your computers in /home/backup/conf/computers.unix
18 x the fifth field (of the partitions you want to back up) in
19   /etc/fstab on your clients should be >0 
20
21 Crontab entry:
22 We use cron to start the script every night. Here is the entry we use:
23 02 4 * * * /home/backup/backup-cron.sh