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

Merge branch 'tonsofthingstofix' of https://github.com/YunoHost-Apps/borg_ynh into tonsofthingstofix

This commit is contained in:
ljf 2021-03-29 09:58:16 +02:00
commit b083a7731b

View file

@ -29,7 +29,7 @@
"fr": "Dans quel repo borg souhaitez-vous sauvegarder vos fichiers ?" "fr": "Dans quel repo borg souhaitez-vous sauvegarder vos fichiers ?"
}, },
"help":{ "help":{
"en": "Specify a remote repository using this format: ssh://USER@DOMAIN.TLD:PORT/~/backup . \"USER\" is *not* meant to be an existing user on the guest server. Instead, it will be created *on the host server* during the installation of the Borg Server App. It's also possible to use a local repository using a syntax such as /mount/my_external_harddrive/backups" "en": "Specify a remote repository using this format: ssh://USER@DOMAIN.TLD:PORT/~/backup . 'USER' is *not* meant to be an existing user on the guest server. Instead, it will be created *on the host server* during the installation of the Borg Server App. It's also possible to use a local repository using a syntax such as /mount/my_external_harddrive/backups"
}, },
"example": "ssh://john@serverb.tld:22/~/backup" "example": "ssh://john@serverb.tld:22/~/backup"
}, },