Compare commits
5 Commits
6daa10eb1e
...
f9b349f04e
| Author | SHA1 | Date | |
|---|---|---|---|
| f9b349f04e | |||
| 56211a0c9e | |||
| cc7c838f01 | |||
| 0970d50557 | |||
| 88d320fded |
@@ -104,8 +104,8 @@ in {
|
|||||||
After = ["network-online.target"];
|
After = ["network-online.target"];
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${pkgs.rclone}/bin/rclone --config=${config.sops.templates."rclone.conf".path} --resilient --recover --exclude-from %h/Documents/sync-exclude.txt bisync cloud:Documents %h/Documents";
|
ExecStart = "${pkgs.rclone}/bin/rclone --config=${config.sops.templates."rclone.conf".path} --resilient --recover -v --conflict-resolve newer --exclude-from %h/Documents/sync-exclude.txt bisync cloud:Documents %h/Documents";
|
||||||
};
|
};
|
||||||
Install.WantedBy = ["default.target"];
|
Install.WantedBy = ["default.target"];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user