bacup 0.1.16

An easy-to-use backup tool designed for servers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Bacup - An easy-to-use backup tool designed for servers
Documentation=https://github.com/galeone/bacup
After=network-online.target
Wants=network-online.target

[Service]
Restart=on-failure
User=%I
Type=simple
WorkingDirectory=/home/%I/.bacup/
ExecStart=/home/%I/.cargo/bin/bacup -vv

[Install]
WantedBy=multi-user.target