1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgserver_ynh.git synced 2024-09-03 20:36:20 +02:00

Added documentation in README about backup location customization.

This commit is contained in:
squeak 2021-10-01 14:20:21 +02:00
parent 95e95411e4
commit a43e318186

View file

@ -17,6 +17,12 @@ The main goal of Borg is to provide an efficient and secure way to backup data.
* Official documentation: https://borgbackup.readthedocs.io/en/stable/
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
#### Customizing the backup location
This app lets you customize the folder in which to store your backups. However you can only choose a folder within the borgserver user home directory.
If you want to store your backups elsewhere, like in an external drive, you could for example use the following command : `mount --bind /backup/path /home/borserver_ssh_user/repository_folder` (where `/backup/path` is your external storage and `/home/borserver_ssh_user/repository_folder` corresponds to the values you passed when installing borgserver).
Also, you should make sure that `/backup/path` is accessible to the user created by borgserver.
## YunoHost specific features
#### Multi-user support