mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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 | (
|
||||
rsync
|
||||
--rsh "ssh -q"
|
||||
--delete --delete-excluded
|
||||
--delete-missing-args
|
||||
--compress
|
||||
--files-from -
|
||||
./ ($host + ":Configuration")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue