freebsd-ports/sysutils/tarsnap-periodic/pkg-message
Raphael Kubo da Costa a177f10fd6 New port: sysutils/tarsnap-periodic.
Script that uses the periodic system to create and manage tarsnap backups.
Easily configured via /etc/periodic.conf.

WWW: https://github.com/anotherkamila/tarsnap-periodic

PR:		207560
Submitted by:	Kamila Součková <kamila@ksp.sk>
2016-03-05 16:56:02 +00:00

13 lines
389 B
Text

In order to enable periodic tarsnap backups you need
to add these lines to your /etc/periodic.conf
daily_tarsnap_backup_enable="YES"
daily_tarsnap_backup_paths="/"
daily_tarsnap_backup_keep=7
weekly_tarsnap_backup_enable="YES"
weekly_tarsnap_backup_paths="/"
weekly_tarsnap_backup_keep=5
monthly_tarsnap_backup_enable="YES"
monthly_tarsnap_backup_paths="/"
monthly_tarsnap_backup_keep=2