summaryrefslogtreecommitdiff
path: root/systemd/user/rclone.service
blob: 2580949adbaee376c13c4f5060c7cc41d61e23c8 (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/**,Music/**,Pictures/**,Videos/**,.local/share/fish/fish_history,.mozilla/firefox/*.default-release/places.sqlite,.ssh/**}"

[Install]
WantedBy=default.target