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:
authornachoparker <nacho@ownyourbits.com>2019-07-18 05:47:36 +0300
committernachoparker <nacho@ownyourbits.com>2019-07-20 19:46:33 +0300
commit7663a90275f8cfe88e8a4bf8269032b3dc3cf7b8 (patch)
treed894fa31cb8af0cf6b5b827ce5d7a032c3e256bf
parent404907f922ffd487c848a9aeac5b70292acd535b (diff)
exclude versions, trash, uploads from backupsv1.15.1
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--bin/ncp/BACKUPS/nc-backup.sh6
-rw-r--r--changelog.md6
2 files changed, 10 insertions, 2 deletions
diff --git a/bin/ncp/BACKUPS/nc-backup.sh b/bin/ncp/BACKUPS/nc-backup.sh
index 79683b61..b3c7ae3f 100644
--- a/bin/ncp/BACKUPS/nc-backup.sh
+++ b/bin/ncp/BACKUPS/nc-backup.sh
@@ -92,7 +92,11 @@ tar $compress_arg -cf "$destfile" \
--exclude "nextcloud/data/.opcache" \
--exclude "nextcloud/data/{access,error,nextcloud}.log" \
--exclude "nextcloud/data/access.log" \
- --exclude "nextcloud/data/appdata_*/previews/*" \
+ --exclude "nextcloud/data/appdata_*/preview/*" \
+ --exclude "nextcloud/data/*/uploads/*" \
+ --exclude "nextcloud/data/*/cache/*" \
+ --exclude "nextcloud/data/*/files_trashbin/*" \
+ --exclude "nextcloud/data/*/files_versions/*" \
--exclude "nextcloud/data/ncp-update-backups" \
-C $basedir nextcloud/ \
|| {
diff --git a/changelog.md b/changelog.md
index f686896d..03a4402e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
-[v1.15.0](https://github.com/nextcloud/nextcloudpi/commit/f6e76e7) (2019-07-08) move to buster/PHP7.3
+[v1.15.1](https://github.com/nextcloud/nextcloudpi/commit/dee51a3) (2019-07-17) exclude versions, trash, uploads from backups
+
+[v1.15.0 ](https://github.com/nextcloud/nextcloudpi/commit/402a2c3) (2019-07-08) move to buster/PHP7.3
+
+[v1.14.4 ](https://github.com/nextcloud/nextcloudpi/commit/68b3f8a) (2019-07-08) nc-previews: active by default
[v1.14.3 ](https://github.com/nextcloud/nextcloudpi/commit/85ebb39) (2019-07-06) nc-snapshot-sync: update btrfs-sync