[Pkg-owncloud-commits] [owncloud-doc] 39/56: add warning that db + data dir are required for restore
David Prévot
taffit at moszumanska.debian.org
Sun Nov 15 22:37:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud-doc.
commit 1772face9958bcbbb1b0e3ca3f7604a8ab876711
Author: Carla Schroder <carla at owncloud.com>
Date: Fri Nov 6 17:51:20 2015 -0800
add warning that db + data dir are required for restore
---
admin_manual/maintenance/restore.rst | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/admin_manual/maintenance/restore.rst b/admin_manual/maintenance/restore.rst
index f50a13f..c70bd46 100644
--- a/admin_manual/maintenance/restore.rst
+++ b/admin_manual/maintenance/restore.rst
@@ -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/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list