From a41211e760ac8ebf8ff861984bfed0bfef39960a Mon Sep 17 00:00:00 2001 From: Yunobot Date: Mon, 15 Jun 2020 18:55:09 +0000 Subject: [PATCH] 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. --- backup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backup.md b/backup.md index 9cffbdd6..98a48323 100644 --- a/backup.md +++ b/backup.md @@ -118,7 +118,9 @@ yunohost backup restore ### 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