blob: 55ab4df1f2be9451af2f380e30c14cf4111b5f94 (
plain) (
blame)
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
|
[
{ type: install
message: <<EOM
archivers/urbackup-server includes an RC script:
%%PREFIX%%/etc/rc.d/urbackup_server
TO START URBACKUP SERVER ON BOOT:
sysrc urbackup_server_enable=YES
TO START MANUALLY:
service urbackup_server start
The server daemon's configuration file is located at:
%%PREFIX%%/etc/urbackup/urbackupsrv.conf
Log rotation can be configured at:
%%PREFIX%%/etc/newsyslog.conf.d/urbackupsrv.conf
Once started, configure backup settings and manage backups at:
http://localhost:55414
SECURITY WARNING:
This port sets the SUID/SGID bits on the following files:
%%PREFIX%%/bin/urbackup_mount_helper
%%PREFIX%%/bin/urbackup_snapshot_helper
For details, see:
https://www.urbackup.org/administration_manual.html
EOM
}
]
|