Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/nc-rsync.sh')
-rw-r--r--etc/ncp-config.d/nc-rsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ncp-config.d/nc-rsync.sh b/etc/ncp-config.d/nc-rsync.sh
index d92f7e95..d75e7453 100644
--- a/etc/ncp-config.d/nc-rsync.sh
+++ b/etc/ncp-config.d/nc-rsync.sh
@@ -32,7 +32,7 @@ configure()
return 1;
}
- rsync -aAx --delete "$DATADIR" "$DESTINATION_"
+ rsync -ax --delete "$DATADIR" "$DESTINATION_"
sudo -u www-data php "$BASEDIR"/nextcloud/occ maintenance:mode --off
}