1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

Merge pull request #107 from bleuchtang/update_readme

update readme for borg client configuration
This commit is contained in:
Alexandre Aubin 2021-11-21 20:08:40 +01:00 committed by GitHub
commit 1adfd3205b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,15 +22,16 @@ You should received an email after the first backup succeeded.
### Set up Borg Backup App on guest Server A ### Set up Borg Backup App on guest Server A
Firstly, set up the Borg Backup App (`borg`) on the guest Server A you want to backup: Firstly, set up the Borg Backup App (`borg`) on the guest Server A you want to backup:
``` ```
$ yunohost app install borg $ yunohost app install borg
Indicate the domain name of server B where to upload backups: host.serverb In which borg repository location do you want to backup your files ?: user@host.serverb:/remote/repository
Indicate the ssh user to use to connect on this server: servera Provide a strong passphrase to encrypt your backups. No blank space:
Indicate a strong passphrase, that you will keep preciously if you want to be able to use your backups: N0tAW3akp4ssw0rdYoloMacN!guets Should Borg backup your YunoHost configuration? [yes | no] (default: yes):
Would you like to backup your YunoHost configuration ? [0 | 1] (default: 1): Should Borg backup emails and user home directory? [yes | no] (default: yes):
Would you like to backup mails and user home directory ? [0 | 1] (default: 1): Which apps should Borg backup ? (default: all):
Which apps would you backup (list separated by comma or 'all') ? (default: all): With which regular time schedule should the backups be performed? (see systemd OnCalendar format) (default: Daily):
Indicate the backup frequency (see systemd OnCalendar format) (default: Daily): Do you want admin to receive mail notifications on backups ? [always | errors_only | never]: never
``` ```
#### Syntax to define a backup time schedule #### Syntax to define a backup time schedule