Files
dotfiles/.config/systemd/user/snap-sync.timer
Sravan Balaji ab0b36e06e Snap Sync Systemd Service
- 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
2022-08-16 16:39:48 -04:00

11 lines
130 B
SYSTEMD

[Unit]
Description=Run snap-sync daily
[Timer]
OnCalendar=daily
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target