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.
This commit is contained in:
Bugsbane 2016-07-09 18:53:44 -04:00 committed by Joas Schilling
parent 56d93562b0
commit e5543f0918
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8

View File

@ -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"`/