Updated rsync command to correct owner/group permissions.

This commit is contained in:
2026-09-20 12:08:11 -05:00
parent f33c5f700b
commit 4aedd85165
+1 -1
View File
@@ -70,7 +70,7 @@ if [ ! -d "$PAPERLESS_SOURCE" ]; then
exit 1
fi
rsync -av --progress "$PAPERLESS_SOURCE" "$PAPERLESS_DESTINATION"
rsync -av --no-owner --no-group --progress "$PAPERLESS_SOURCE" "$PAPERLESS_DESTINATION"
# Post-rsync status check for the Paperless-ngx backup directory.
if [ $? -eq 0 ]; then