Escaped rclone argument

aws-to-backblaze
Illia Chub 2021-12-17 18:53:59 +02:00
parent 83f604739e
commit 33c1744ec0
No known key found for this signature in database
GPG Key ID: 5D3581534C02467A
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ in
serviceConfig = {
Type = "simple";
User = "restic";
ExecStart = "${pkgs.restic}/bin/restic -o rclone.args=serve restic --stdio -r rclone:backblaze:${cfg.backblaze.bucket}:/sfbackup --verbose --json backup /var";
ExecStart = "${pkgs.restic}/bin/restic -o rclone.args="serve restic --stdio" -r rclone:backblaze:${cfg.backblaze.bucket}:/sfbackup --verbose --json backup /var";
};
};
};