blob: 0b9a69e67400a87f0c0cf6bee5d9b69118d74cd8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Backup home directory to f2 (encrypted ZFS via rsync over SSH)
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=%h/scripts/home-backup
Nice=10
IOSchedulingClass=idle
|