pika-backup: init at 0.2.1 (#115573)

This commit is contained in:
Robert Schütz
2021-03-14 13:12:11 +01:00
committed by GitHub
parent 5bf3230f6b
commit f7574a5c8f
3 changed files with 92 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/src/borg/utils.rs b/src/borg/utils.rs
index 4e30913..30d7d6f 100644
--- a/src/borg/utils.rs
+++ b/src/borg/utils.rs
@@ -223,7 +223,7 @@ impl BorgCall {
}
pub fn cmd(&self) -> Command {
- let mut cmd = Command::new("borg");
+ let mut cmd = Command::new("@borg@");
cmd.args(self.args())
.stderr(Stdio::piped())