source: MondoRescue/branches/2.2.10/contrib/backup-kungfu/install.sh@ 2286

Last change on this file since 2286 was 2286, checked in by Bruno Cornec, 15 years ago

r3286@localhost: bruno | 2009-07-20 11:23:58 +0200

  • Fix stnrage dir modes for scratchdir
  • Try to improve udev launch at restore time
  • Property svn:executable set to *
File size: 486 bytes
Line 
1#!/bin/bash
2
3# Install the docs
4mkdir -p /usr/share/doc/backup-kungfu-0.1.2
5cp ./README COPYRIGHT CHANGELOG /usr/share/doc/backup-kungfu-0.1.2/
6chmod 444 /usr/share/doc/backup-kungfu-0.1.2/*
7
8# Install the example conf and the executable
9cp ./backup-kungfu.conf /etc/
10cp ./backup-kungfu /usr/local/bin
11chmod 644 /etc/backup-kungfu.conf
12chmod 755 /usr/local/bin/backup-kungfu
13
14echo "Everything installed. Please read /usr/share/doc/backup-kungfu-0.1.2/README before you run the script"
Note: See TracBrowser for help on using the repository browser.