- Add service and timer for snap-sync - Remove rsync scripts for phone (covered by syncthing) and external hdd (covered by snap-sync) - Remove options for laptop and phone rsync scripts in rsync rofi menu - Re-organize some sections of README.org
11 lines
130 B
SYSTEMD
11 lines
130 B
SYSTEMD
[Unit]
|
|
Description=Run snap-sync daily
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|