feat: For ota update using rsyncd (#1938)

* feat: For ota update using rsyncd

* chore: Fix where we rsync to.

* chore: Getting rsync to work

* chore: Add in the is raspberry pi

* chore: Update is raspberry pi
This commit is contained in:
J M
2022-11-15 13:44:53 -07:00
committed by Aiden McClelland
parent 54749dfd1e
commit 5b91b5f436
8 changed files with 255 additions and 50 deletions

View File

@@ -57,7 +57,7 @@ impl Rsync {
cmd.arg(format!("--exclude={}", exclude));
}
let mut command = cmd
.arg("-ac")
.arg("-acAXH")
.arg("--info=progress2")
.arg(src.as_ref())
.arg(dst.as_ref())