mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #1332 from yunohost-bot/anonymous-2020-06-15_06-54-43
[Anonymous contrib] Added a link to instructions on how to mount and create an fstab file when wanting to use an external disk to store backups on.
This commit is contained in:
commit
9509f09eb8
1 changed files with 3 additions and 1 deletions
|
@ -118,7 +118,9 @@ yunohost backup restore <archivename>
|
|||
|
||||
### Storing backups on a different drive
|
||||
|
||||
If you want, you can connect and mount an external drive to store backup archives on it (among other things). For this, we first move the existing archives then add a symbolic link.
|
||||
If you want, you can connect and mount an external drive to store backup archives on it (among other things). For this, plug in the drive and make sure that next time it is mounted automatically, by following the instruction at [Adding an external storage to your server](https://yunohost.org/#/external_storage).
|
||||
|
||||
Then, move the existing archives and then add a symbolic link.
|
||||
|
||||
```bash
|
||||
PATH_TO_DRIVE="/media/my_external_drive" # For instance, depends of where you mounted your drive
|
||||
|
|
Loading…
Reference in a new issue