summaryrefslogtreecommitdiff
path: root/sysutils/duply/files/pkg-message.in
blob: 7630554d4ff9a3b5e94ea153a9eddc735b47ddeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{ type: install
  message: <<EOM
	To run duply periodically you can add these options to your
	/etc/periodic.conf or /etc/periodic.conf.local

         Configuration Settings (with default values):

         backup_duply_enable="NO"
        	enable duply backup

         backup_duply_profile=""
        	default duply profile to use
        	see duply usage

         backup_duply_command="bkp_status"
        	default duply commands

         backup_duply_opt=""
        	options passed to duply

         backup_duply_random="0"
        	randomize backup time


	Add these lines to your /etc/crontab
	10	3	*	*	*	root	periodic backup
EOM
}
]