Compare commits
No commits in common. "f9b349f04e081862bf94f00416a0c9d97f96f39b" and "6daa10eb1e565677dfe67fd5abbffec6f628e601" have entirely different histories.
f9b349f04e
...
6daa10eb1e
@ -104,8 +104,8 @@ in {
|
||||
After = ["network-online.target"];
|
||||
};
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
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";
|
||||
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";
|
||||
};
|
||||
Install.WantedBy = ["default.target"];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user