blob: 73d0d081884e2e9098c4f582361d99921a746a6f (
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-client includes an RC script:
%%PREFIX%%/etc/rc.d/urbackup_client
TO START URBACKUP CLIENT ON BOOT:
sysrc urbackup_client_enable=YES
START MANUALLY:
service urbackup_client start
The client daemon's configuration file is located at:
%%PREFIX%%/etc/urbackup/urbackupclient.conf
Log rotation can be configured at:
%%PREFIX%%/etc/newsyslog.conf.d/urbackupclient.conf
If the GTK4 GUI was built, it can be launched via:
%%PREFIX%%/bin/urbackupclientctl
NOTE: For client configuration or to view logs, the GTK4 GUI
needs to have kdesu in its PATH:
e.g., %%PREFIX%%/lib/libexec/kf6/
port: sysutils/plasma6-kde-cli-tools
The client can also be configured via the UrBackup Server, or
%%PREFIX%%/bin/urbackupclientctl
EOM
}
]
|