mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 20:47:48 +00:00
Fix rsync command
Makes it actually delete ignored dirs. Allowing for a 100% sync
This commit is contained in:
parent
e04add9213
commit
b82fe04a5b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def main --wrapped [
|
||||||
git ls-files | (
|
git ls-files | (
|
||||||
rsync
|
rsync
|
||||||
--rsh "ssh -q"
|
--rsh "ssh -q"
|
||||||
--delete --delete-excluded
|
--delete-missing-args
|
||||||
--compress
|
--compress
|
||||||
--files-from -
|
--files-from -
|
||||||
./ ($host + ":Configuration")
|
./ ($host + ":Configuration")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue