source: MondoRescue/branches/2.2.9/contrib/backup-kungfu/README@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 1.7 KB
Line 
1#######################################################################
2# This is a script to execute daily/weekly backups over NFS #
3# with mondorescue set of tools made by Hugo Rabson #
4# http://www.mondorescue.com <-- Visit and contribute ! #
5# This script made by Phazeman with a great help of #
6# crash3m @ #mandrake, twkm, Lurch and Speuler @ #bash on #
7# irc.freenode.net. It has been written to make it easy to use on #
8# several machines at the same time. #
9#######################################################################
10
11backup-kungfu is a script made to ease the mondoarchive (http://www.mondorescue.com)
12backup procedure for backing up 1 or more computers in the lan over the NFS.
13
14Install:
15 Just run the install.sh script, edit /etc/backup-kungfu.conf and set the
16 parameters to fit your needs.
17
18Run:
19 To execute the script just run backup-kungfu from the command prompt as root
20
21Cron:
22 If you want the script to be executed on Daily/Weekly basis it's a good idea to
23 add it as a a cron job. Just create a symlink to backup-kungfu executable inside
24 the /etc/cron.daily or /etc/cron.weekly directory. For example :
25
26 # ln -s /usr/local/bin/backup-kungfu /etc/cron.daily/backup-kungfu
27
28This product is distributed under the GPL license and is issued without warrant of
29anytime against damages, loss of property, or loss of profit.
30
31Authors:
32 Phazeman and crash3m @ #icantscript on irc.freenode.net
33
34Thanks:
35 I would like to say "THANK YOU" to all the people that helped me to write this
36 script:
37 Trappist, sunny and Redgore @ #mandrake on irc.freenode.net AND
38 twkm, Lurch and Speuler @ #bash on irc.freenode.net.
39
Note: See TracBrowser for help on using the repository browser.