Timer which runs weekly, copying my directory completely. Very naive, I'm thinking compression should be my first effort.
10 lines
115 B
SYSTEMD
10 lines
115 B
SYSTEMD
[Unit]
|
|
Description=Run backup weekly
|
|
|
|
[Timer]
|
|
OnBootSec=15min
|
|
OnUnitActiveSec=1w
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|