merge from master and fix typescript errors

This commit is contained in:
Matt Hill
2023-11-08 15:44:05 -07:00
133 changed files with 3006 additions and 19797 deletions

View File

@@ -74,7 +74,7 @@ impl Rsync {
cmd.arg("--no-perms");
}
let mut command = cmd
.arg("-acAXH")
.arg("-actAXH")
.arg("--info=progress2")
.arg("--no-inc-recursive")
.arg(src.as_ref())