Do not rsync permissions during restore
Compare changes
@@ -43,7 +43,8 @@ sleep 60s
@@ -43,7 +43,8 @@ sleep 60s
POD_NAME=`oc get pod -l app=drupal,drupalSite="$DRUPALSITE" -n "$NAMESPACE" --sort-by=.metadata.creationTimestamp --field-selector=status.phase==Running -o jsonpath="{.items[-1:].metadata.name}"`
# We remove /root/.cache/ in each iteration to prevent restic backups to run out of memory and fail the cronjobs we run,