mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
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:
parent
56d93562b0
commit
e5543f0918
@ -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"`/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user