From e5543f0918dd158dbdce9fd25ee36da91f614ef8 Mon Sep 17 00:00:00 2001 From: Bugsbane Date: Sat, 9 Jul 2016 18:53:44 -0400 Subject: [PATCH] ownCloud references to Nextcloud Not sure if the reference to owncloud.db should remain or be replaced with Nextcloud.db I left it so it would show up in searches for ownCloud. --- admin_manual/maintenance/backup.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/admin_manual/maintenance/backup.rst b/admin_manual/maintenance/backup.rst index e4f3223e3..7dc599043 100644 --- a/admin_manual/maintenance/backup.rst +++ b/admin_manual/maintenance/backup.rst @@ -2,17 +2,18 @@ Backing up Nextcloud ==================== -To backup an Nextcloud installation there are three main things you need to retain: +To backup an Nextcloud installation there are four main things you need to retain: #. The config folder #. The data folder #. The database +#. The theme folder Backup Folders -------------- -Simply copy your config and data folder (or even your whole Nextcloud install and data folder) to a place outside of -your Nextcloud environment. You could use this command:: +Simply copy your config, data and theme folders (or even your whole Nextcloud install and data folder) to a place +outside of your Nextcloud environment. You could use this command:: rsync -Aax nextcloud/ nextcloud-dirbkp_`date +"%Y%m%d"`/