btrbk/btrbk.service

11 lines
164 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]
Type=oneshot
ExecStart=/usr/local/bin/btrbk
[Install]
WantedBy=multi-user.target