btrbk/btrbk.service

9 lines
135 B
SYSTEMD
Raw Normal View History

2022-05-27 15:50:39 +02:00
[Unit]
Description=runs backup for btrfs subvolumes
Wants=btrfs.timer
[Service]
2022-07-11 15:46:38 +02:00
Type=simple
2022-07-04 16:46:55 +02:00
ExecStart=/usr/local/bin/btrbk --backup
2022-05-27 15:50:39 +02:00