Hardware: VPS bought online YunoHost version: 11.2.4 (stable) I have access to my server : all of these: Through SSH | through the webadmin | direct access via keyboard / screen | Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If your request is related to an app, specify its name and version: backup
sudo su
# Prepare the directory
mv /home/yunohost.backup /home/yunohost.backup.bkp
mkdir /home/yunohost.backup
mkdir -p /mnt/first/home/yunohost.backup
# Bind the external storage to the backup directory
mount --bind /mnt/first/home/yunohost.backup /home/yunohost.backup
# Copy the existing backups
cp -a /home/yunohost.backup.bkp/. /home/yunohost.backup/
Finally, add the following line after the one you previously added in /etc/fstab: