backup_core_only option to backup nextcloud data

I have been trying to backup nextcloud with "backup_core_only -v 0" but it didn't work until i found a wiki somewhere on the internet which mentions "backup_core_only -v ''" and my data backup worked only since.
I hope it helps.
This commit is contained in:
GohuHQ 2019-01-13 22:13:44 +01:00 committed by GitHub
parent b68f36ad51
commit be13b030bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ For more informations and options about backup creation, consult `yunohost backu
#### Apps-specific configuration
Some apps such as Nextcloud may be related to a large quantity of data which are not backuped by default. This practice is referred to "backing up only the core" (of the app). However it's possible to enable the backup of all data of this app with `yunohost app setting nextcloud backup_core_only -v 0`. Be careful though that your archive might get huge if there's too much data to be backuped...
Some apps such as Nextcloud may be related to a large quantity of data which are not backuped by default. This practice is referred to "backing up only the core" (of the app). However it's possible to enable the backup of all data of this app with `yunohost app setting nextcloud backup_core_only -v ''`. Be careful though that your archive might get huge if there's too much data to be backuped...
Downloading and uploading backups
---------------------------------