1 ## arg 1: the new package version
3 echo "==> Don't forget to add a cron job to execute the filesystem-backup script daily!"
8 echo "==> filesystem-back now supports passing the path of a configuration file on the command line"
9 echo "==> so multiple backups can be configured in separate configuration files if required. If you"
10 echo "==> don't need this functionality, then you don't need to change anything except merge your"
11 echo "==> options.conf with the .pacnew file and leave the default values."
14 ## arg 1: the old package version
16 echo "==> Don't forget to remove your cron job that excutes the filesystem-backup script"
19 # vim:set ts=2 sw=2 et: