dotfiles/files/.config/systemd/user/rclonesync.timer
2025-04-26 17:57:58 +02:00

12 lines
190 B
SYSTEMD

[Unit]
Description=Run rclone bisync for sync folder every 15 minutes
[Timer]
OnBootSec=5min
OnUnitActiveSec=15min
Unit=rclonesync.service
Persistent=true
[Install]
WantedBy=timers.target