ftaper (c) 1999 Piotr Roszatycki <dexter@debian.org>
This software is under GPL license.

ftaper is a script which starts taper -T file from crontab.
It supports many configurations at one time and it is possible 
to store archive on samba volume with dynamically mounting shares.

Quick start guide:

  [1] Copy files:

        taper.run
        example.conf
        example.run
        example.set

      to your /etc/taper directory

  [2] Rename example.* to <archive>.* and modify <archive>.conf file.

  [3] You can copy taper.prefs to taper.<archive>.prefs if you don't
      use default preferences file.

  [4] chmod +x /etc/taper/*.run

  [5] Run /etc/taper/<archive>.run

  [6] Configure your archive set.

  [7] Save preferences as /etc/taper/taper.<archive>.prefs

  [8] Exit from taper

  [9] Install taper in crontab: /etc/taper/<archive>.run crontab
      or starts taper manually: /etc/taper/<archive>.run

Options:

  taper.run archive
	starts taper in interactive mode

  taper.run archive crontab
	installs taper in crontab

  taper.run archive clean
	clean up temporary files and taper archive

  taper.run archive rotate
	clean up temporary files and rename old *.arch to *.arch.bak

  taper.run archive mount
	mount smb volume

  taper.run archive umount
	umount smb volume

  taper.run archive incremental
	start unattended incremental backup

  taper.run archive full
	start unattended full backup
