mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
nc-backup: fix exclusion of ncp backups
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
c7c17f4e8a
commit
c39252919f
@ -85,7 +85,7 @@ tar $compress_arg -cf "$destfile" \
|
||||
--exclude "$data/.opcache" \
|
||||
--exclude "$data/{access,error,nextcloud}.log" \
|
||||
--exclude "$data/access.log" \
|
||||
--exclude "$data/ncp-update-backups/" \
|
||||
--exclude "$data/ncp-update-backups" \
|
||||
-C "$(dirname "$datadir"/)" $data \
|
||||
\
|
||||
--exclude "nextcloud/data/*/files/*" \
|
||||
@ -93,7 +93,7 @@ tar $compress_arg -cf "$destfile" \
|
||||
--exclude "nextcloud/data/{access,error,nextcloud}.log" \
|
||||
--exclude "nextcloud/data/access.log" \
|
||||
--exclude "nextcloud/data/appdata_*/previews/*" \
|
||||
--exclude "nextcloud/data/ncp-update-backups/" \
|
||||
--exclude "nextcloud/data/ncp-update-backups" \
|
||||
-C $basedir nextcloud/ \
|
||||
|| {
|
||||
echo "error generating backup"
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
|
||||
[v1.13.2](https://github.com/nextcloud/nextcloudpi/commit/270ae92) (2019-06-03) fix upgrade
|
||||
[v1.13.2](https://github.com/nextcloud/nextcloudpi/commit/c24b3a3) (2019-06-17) nc-backup: fix exclusion of ncp backups
|
||||
|
||||
[v1.13.1](https://github.com/nextcloud/nextcloudpi/commit/5de855f) (2019-06-01) ncp-web: avoid quotes in fields
|
||||
[v1.13.1 ](https://github.com/nextcloud/nextcloudpi/commit/5de855f) (2019-06-01) ncp-web: avoid quotes in fields
|
||||
|
||||
[v1.13.0](https://github.com/nextcloud/nextcloudpi/commit/86f14ae) (2019-06-01) upgrade to NC15.0.8
|
||||
[v1.13.0 ](https://github.com/nextcloud/nextcloudpi/commit/86f14ae) (2019-06-01) upgrade to NC15.0.8
|
||||
|
||||
[v1.12.10](https://github.com/nextcloud/nextcloudpi/commit/5924131) (2019-06-01) fail2ban: fix missing ufw filter
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user