-
-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #750 from cytopia/release/v1.8.2
Devilbox Release v1.8.2
- Loading branch information
Showing
12 changed files
with
148 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
docs/howto/devilbox/move-backups-to-different-directory.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
:orphan: | ||
|
||
.. include:: /_includes/snippets/__ANNOUNCEMENTS__.rst | ||
|
||
.. _howto_move_backups_to_a_different_directory: | ||
|
||
************************************* | ||
Move backups to a different directory | ||
************************************* | ||
|
||
No matter if your backups are already in a different location or if you want to move them out of | ||
the Devilbox git directory now, you can do that in a few simple steps. | ||
|
||
**Table of Contents** | ||
|
||
.. contents:: :local: | ||
|
||
Move backups out of the Devilbox git directory | ||
============================================== | ||
|
||
All you have to do is to adjust the path of :ref:`env_host_path_backupdir` in the ``.env`` file. | ||
|
||
.. code-block:: bash | ||
# Navigate to Devilbox git directory | ||
host> cd path/to/devilbox | ||
# Open the .env file with your favourite editor | ||
host> vim .env | ||
Now Adjust the value of :ref:`env_host_path_backupdir` | ||
|
||
.. code-block:: bash | ||
:caption: .env | ||
:emphasize-lines: 1 | ||
HOST_PATH_HTTPD_DATADIR=/home/user/backups/devilbox/ | ||
That's it, whenever you start up the Devilbox, ``/home/user/backups/devilbox/`` will be mounted into | ||
the PHP container into ``/shared/backups/``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters