diff --git a/_integration-test/test_02_backup.py b/_integration-test/test_02_backup.py index 4337928ecf..07375143de 100644 --- a/_integration-test/test_02_backup.py +++ b/_integration-test/test_02_backup.py @@ -54,7 +54,7 @@ def test_02_import(setup_backup_restore_env_variables): [ "rsync", "-aW", - "--fake-super", + "--super", "--numeric-ids", "--no-compress", "--mkpath", diff --git a/action.yaml b/action.yaml index a56b92fd7b..9f87b93d4f 100644 --- a/action.yaml +++ b/action.yaml @@ -111,7 +111,7 @@ runs: shell: bash run: | sudo chown root /usr/bin/rsync && sudo chmod u+s /usr/bin/rsync - rsync -aW --fake-super --numeric-ids --no-compress --mkpath \ + rsync -aW --super --numeric-ids --no-compress --mkpath \ /var/lib/docker/volumes/sentry-postgres \ /var/lib/docker/volumes/sentry-clickhouse \ /var/lib/docker/volumes/sentry-kafka \