mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07: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:
@@ -1,18 +1,19 @@
|
||||
===================
|
||||
Backing up ownCloud
|
||||
Backing up Nextcloud
|
||||
===================
|
||||
|
||||
To backup an ownCloud 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 ownCloud install and data folder) to a place outside of
|
||||
your ownCloud 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 outsid of
|
||||
your Nextcloud environment. You could use this command::
|
||||
|
||||
rsync -Aax nextcloud/ nextcloud-dirbkp_`date +"%Y%m%d"`/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user