wip: start-tunnel & fix build

This commit is contained in:
Aiden McClelland
2025-08-09 21:57:32 -06:00
parent b4491a3f39
commit 022f7134be
17 changed files with 401 additions and 52 deletions

View File

@@ -197,7 +197,7 @@ async function runRsync(rsyncOptions: {
for (const exclude of options.exclude) {
args.push(`--exclude=${exclude}`)
}
args.push("-actAXH")
args.push("-rlptgocAXH")
args.push("--info=progress2")
args.push("--no-inc-recursive")
args.push(srcPath)