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:
Alexandre Aubin 2020-06-27 15:06:18 +02:00 committed by GitHub
commit 9509f09eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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