Home / bkdar-0.1
Name Modified Size InfoDownloads / Week
Parent folder
bkdar-0.1.1.dar 2013-01-02 104.3 kB
README 2013-01-02 1.2 kB
Totals: 2 Items   105.5 kB 0
bkdar 0.1 is the first relase

HOW TO INSTALL
To install, as root, go to the directory where you have saved the 
bkdar-0.1.dar file and execute the command:

dar -Q -x bkdar-0.1 -R /

Then you have to read and modify the file /etc/bkdar/bkdar.conf.
You have to modify bkdar.conf:
- changing the bk_label parameter on the general stanza, according to the 
  label of the destination backup disk (if backup01 is the label of the backup
  disk, you have to set bk_label to backup). To know the label run the 
  command e2label /dev/sdx1 where /dev/sdx1 is the device of the destination 
  backup disk. 
- removing the # character you find in front of the the lines # enabled = 1 
  for each stanza you want enable 

HOW TO UNINSTALL
To uninstall you have to remove manually the following files:

/etc/bkdar/bkdar.conf
/etc/cron.d/bkdar
/usr/local/lib/bkdar_lib.sh
/usr/local/sbin/bkdar_basename_list.sh
/usr/local/sbin/bkdar_dobackup.sh
/usr/local/sbin/bkdar_make_room.sh
/usr/share/doc/bkdar/README

So you can run a command like
sudo rm -r /etc/bkdar/ && sudo rm /etc/cron.d/bkdar && \
sudo rm /usr/local/lib/bkdar_lib.sh && sudo rm /usr/local/sbin/bkdar_* && \
sudo rm -r /usr/share/doc/bkdar

Enjoy it!
Source: README, updated 2013-01-02