On Mon, 27 Nov 2017, H Oli wrote:

> what does "dirvish-backup.sh" do? (cite please) - what is the reason you
> use a custom script instead of cron script (included in dirvish)?

Olivér,

   I started using dirvish about 20 years ago and was not aware of a cron
script included with it. So I have a shell script that is called by crontab
every day at 00:30 hours:

#!/bin/bash
mount /mnt/backup
/usr/sbin/dirvish-expire --quiet
/usr/sbin/dirvish-runall --quiet
umount /mnt/backup
exit 0

Rich
_______________________________________________
Dirvish mailing list
Dirvish@dirvish.org
http://www.dirvish.org/mailman/listinfo/dirvish

Reply via email to