File: slbackup.templates

package info (click to toggle)
slbackup 0.0.12-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 609; sh: 75; makefile: 5
file content (124 lines) | stat: -rw-r--r-- 5,016 bytes parent folder | download | duplicates (5)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Template: slbackup/enable
Type: boolean
Default: false
_Description: Configure the backup system now?
 Select this if you want to configure the backup system now.
 .
 If you choose to do so, you will get the opportunity to configure one
 client and the backup server, and a cron job will be configured to start
 the backup session once a day, on a moment of time of your choice.
 .
 To configure more than one backup client, you could either use the
 Webmin-module provided by the webmin-slbackup package, or you can do this
 manually in the file /etc/slbackup/slbackup.conf.
 .
 If you choose to not configure slbackup now, an example configuration file
 will be installed, but cron will not be configured to start any backup
 sessions. To activate backup, you can reconfigure the system by running
 'dpkg-reconfigure slbackup' (as root) or manually by editing the
 /etc/slbackup/slbackup.conf and /etc/cron.d/slbackup files.

Template: slbackup/backuptime
Type: string
Default: 01:00
_Description: Start time of the backup session:
 By default slbackup starts one backup session each day, and here you can
 choose when to start this session. Enter the time in a HH:MM-format.

Template: slbackup/client_name
Type: string
Default: localhost
_Description: Name of your client:
 In slbackup each client has a unique name which identifies it. This name
 does not necessarily have anything to do with the hostname. Please enter
 the unique name of the client you want to configure.

Template: slbackup/client_type
Type: select
Choices: local, extern
Default: local
_Description: Type of client to configure:
 This determines what type of client that will be configured now.
 .
 If you choose local, the server will back up data from this computer. If
 you choose extern, the server will back up data from another computer
 using a SSH connection (this choice assumes that you install SSH and
 provide a passwordless connection between the user running the backup
 software on this computer (probably root) and the user running the backup
 software on the client).

Template: slbackup/client_address
Type: string
Default: localhost
_Description: Client hostname or IP address:
 You have choosen to configure an external client. Please enter the
 client's hostname or IP address.

Template: slbackup/client_user
Type: string
Default: root
_Description: User running the backup software on the client:
 The backup software (rdiff-backup) will also run on the client, and the
 user that runs it has to have access to all the files that shall be
 backed up. Enter the username of the user that shall run the backup
 software on the client.

Template: slbackup/client_location
Type: string
Default: /etc /home /var/backups
_Description: Files and directories to back up:
 Enter the location of the files and/or directories that you want to back
 up on the client. Use a whitespace as a delimiter.
 .
 Example: /etc /home /var/backups

Template: slbackup/client_keep
Type: string
Default: 185
_Description: Time life of backups (in days):
 slbackup is doing a kind of maintenance before each backup session, where
 backups that are older than a certain number of days will be deleted. In
 this dialog you can specify the number of days that you want to keep the
 backups for this client on the backup server. The default is 185 days
 (approximately six months).
 .
 If you want to keep the backups for this client forever, or want to do the
 maintenance yourself, 0 days will be treated as infinite.

Template: slbackup/server_type
Type: select
Choices: local, extern
Default: local
_Description: Type of server to configure / connect to:
 This determines what type of server slbackup will configure.
 .
 If you choose local, the backup will be stored on this computer. If you
 choose extern, the backup will be stored on another computer using a SSH
 connection (this choice assumes that you install SSH and provide a
 passwordless connection between the user running the backup software on
 this computer (probably root) and the user running the backup software on
 the backup server).

Template: slbackup/server_address
Type: string
Default: localhost
_Description: Server's hostname or IP address:
 You have chosen to configure an external backup server. Please enter the
 backup server's hostname or IP address.

Template: slbackup/server_destdir
Type: string
Default: /var/lib/slbackup
_Description: Backup location on the server:
 Enter the location where you want the backups to be stored. slbackup will
 not create this directory for you. When you create this directory, make
 sure that you have enough disk space to store all the backups you define.

Template: slbackup/server_user
Type: string
Default: root
_Description: User running the backup software on the server:
 The backup software (rdiff-backup) will also run on the server, and the
 user that runs it has to have access to the location where the files are
 going to be stored. Enter the username that shall run the backup software
 on the backup server.