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:
Yunobot 2020-06-15 18:55:09 +00:00
parent 4f69cdfbb5
commit a41211e760

View file

@ -118,7 +118,9 @@ yunohost backup restore <archivename>
### Storing backups on a different drive ### 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 ```bash
PATH_TO_DRIVE="/media/my_external_drive" # For instance, depends of where you mounted your drive PATH_TO_DRIVE="/media/my_external_drive" # For instance, depends of where you mounted your drive