1
Fork 0
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:
RGBCube 2024-04-30 12:56:08 +03:00
parent e04add9213
commit b82fe04a5b
No known key found for this signature in database

View file

@ -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")