From be13b030bbc47ca8b4becc39a9b55bb2c02ce54d Mon Sep 17 00:00:00 2001 From: GohuHQ Date: Sun, 13 Jan 2019 22:13:44 +0100 Subject: [PATCH] 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. --- backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.md b/backup.md index 312cc99c..787b991d 100644 --- a/backup.md +++ b/backup.md @@ -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 ---------------------------------