]> git.sesse.net Git - backup.sh/commitdiff
Initial revision
authorroot <empty>
Thu, 15 Jun 2000 16:22:21 +0000 (16:22 +0000)
committerroot <empty>
Thu, 15 Jun 2000 16:22:21 +0000 (16:22 +0000)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..e31a0a4
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+You need hardware:
+x a computer running a free unix clone.
+x as much disc as you can aford.
+  
+You need software:
+x ssh (or perhaps openssh)
+x GNU bash
+x GNU tar 
+x GNU shellutils
+
+How to prepare your computer:
+x mount your huge partition (we use /backup)
+x make it possible for ssh to log in from this computer
+  to your other computers as root without a password. scary.
+x put this software in a directory (we use /home/backup/)
+
+Crontab entry:
+We use cron to start the script every night. Here is the entry we use:
+2 2 * * * /home/backup/backup.sh < /dev/null >> `/home/backup/logfilename.sh` 2>&1