summaryrefslogtreecommitdiff
path: root/systemd/user/rclone.service
blob: 2858c2659d8af69fc9fc7a28dbb0f51c879a9656 (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=rclone

[Service]
ExecStart=rclone sync . crypt: --transfers 32 --track-renames --track-renames-strategy modtime --include "{Documents/**,Games/**,Music/**,Pictures/**,Videos/**,.local/share/fish/fish_history,.mozilla/firefox/*.default-release/places.sqlite,.ssh/**}"

[Install]
WantedBy=default.target