Backup rclone

Date: []

.service

[Unit]
Description=Mount for sftp-SERVICE

[Mount]
Type=rclone
What=%i:/home/USER/FOLDER
Where=%h/FOLDER/%i
Options=rw,allow_other,daemon-timeout=0,log-level=DEBUG,log-file=/tmp/rclone-%i.log,umask=22,config=%h/.config/rclone/rclone.conf

.timer

[Unit]
Description=Run rclone 2min after boot

[Timer]
OnBootSec=2min

[Install]
WantedBy=timers.target