feat: Default to no owner for rsync (#2230)

This commit is contained in:
J H
2023-03-17 12:09:13 -06:00
committed by GitHub
parent 9fc0164c4d
commit eb5f7f64ad
3 changed files with 9 additions and 0 deletions

View File

@@ -306,6 +306,7 @@ async fn sync_boot() -> Result<(), Error> {
ignore_existing: false,
exclude: Vec::new(),
no_permissions: false,
no_owner: false,
},
)
.await?