mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 18:56:02 +07:00
add warning that db + data dir are required for restore
This commit is contained in:
@@ -5,10 +5,13 @@ Restoring ownCloud
|
||||
To restore an ownCloud installation there are three main things you need to
|
||||
restore:
|
||||
|
||||
#. The config folder
|
||||
#. The data folder
|
||||
#. The configuration directory
|
||||
#. The data directory
|
||||
#. The database
|
||||
|
||||
.. note:: You must have both the database and data directory. You cannot
|
||||
complete restoration unless you have both of these.
|
||||
|
||||
When you have completed your restoration, see the ``Setting Strong Directory
|
||||
Permissions`` section of :doc:`../installation/installation_wizard`.
|
||||
|
||||
@@ -16,9 +19,10 @@ Restore Folders
|
||||
---------------
|
||||
|
||||
.. note:: This guide assumes that your previous backup is called
|
||||
owncloud-dirbkp"
|
||||
"owncloud-dirbkp"
|
||||
|
||||
Simply copy your config and data folder (or even your whole ownCloud install and
|
||||
Simply copy your configuration and data folder (or even your whole ownCloud
|
||||
install and
|
||||
data folder) to your ownCloud environment. You could use this command::
|
||||
|
||||
rsync -Aax owncloud-dirbkp/ owncloud/
|
||||
|
||||
Reference in New Issue
Block a user