Skip to content

Commit

Permalink
super it is
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Jan 16, 2025
1 parent 890a146 commit 6610b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _integration-test/test_02_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_02_import(setup_backup_restore_env_variables):
[
"rsync",
"-aW",
"--fake-super",
"--super",
"--numeric-ids",
"--no-compress",
"--mkpath",
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6610b86

Please sign in to comment.