mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Typo
This commit is contained in:
parent
f8e9155df3
commit
104ab60195
11 changed files with 11 additions and 11 deletions
|
@ -26,7 +26,7 @@ This app is the "client" part, meant to be installed on the server to be backed
|
|||
- ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html)
|
||||
- Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space)
|
||||
- Backups are ran automatically, you can choose when and at which frequency
|
||||
- You can choose what apps are backuped
|
||||
- You can choose what apps are backed up
|
||||
- Receive email alerts if the backup fails (the [borg server app](https://apps.yunohost.org/app/borgserver) also checks that new content arrives and send an email to your friend otherwise)
|
||||
|
||||
### Install procedure
|
||||
|
|
|
@ -26,7 +26,7 @@ This app is the "client" part, meant to be installed on the server to be backed
|
|||
- ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html)
|
||||
- Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space)
|
||||
- Backups are ran automatically, you can choose when and at which frequency
|
||||
- You can choose what apps are backuped
|
||||
- You can choose what apps are backed up
|
||||
- Receive email alerts if the backup fails (the [borg server app](https://apps.yunohost.org/app/borgserver) also checks that new content arrives and send an email to your friend otherwise)
|
||||
|
||||
### Install procedure
|
||||
|
|
|
@ -26,7 +26,7 @@ This app is the "client" part, meant to be installed on the server to be backed
|
|||
- ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html)
|
||||
- Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space)
|
||||
- Backups are ran automatically, you can choose when and at which frequency
|
||||
- You can choose what apps are backuped
|
||||
- You can choose what apps are backed up
|
||||
- Receive email alerts if the backup fails (the [borg server app](https://apps.yunohost.org/app/borgserver) also checks that new content arrives and send an email to your friend otherwise)
|
||||
|
||||
### Install procedure
|
||||
|
|
|
@ -26,7 +26,7 @@ This app is the "client" part, meant to be installed on the server to be backed
|
|||
- ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html)
|
||||
- Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space)
|
||||
- Backups are ran automatically, you can choose when and at which frequency
|
||||
- You can choose what apps are backuped
|
||||
- You can choose what apps are backed up
|
||||
- Receive email alerts if the backup fails (the [borg server app](https://apps.yunohost.org/app/borgserver) also checks that new content arrives and send an email to your friend otherwise)
|
||||
|
||||
### Install procedure
|
||||
|
|
|
@ -26,7 +26,7 @@ This app is the "client" part, meant to be installed on the server to be backed
|
|||
- ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html)
|
||||
- Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space)
|
||||
- Backups are ran automatically, you can choose when and at which frequency
|
||||
- You can choose what apps are backuped
|
||||
- You can choose what apps are backed up
|
||||
- Receive email alerts if the backup fails (the [borg server app](https://apps.yunohost.org/app/borgserver) also checks that new content arrives and send an email to your friend otherwise)
|
||||
|
||||
### Install procedure
|
||||
|
|
|
@ -26,7 +26,7 @@ This app is the "client" part, meant to be installed on the server to be backed
|
|||
- ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html)
|
||||
- Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space)
|
||||
- Backups are ran automatically, you can choose when and at which frequency
|
||||
- You can choose what apps are backuped
|
||||
- You can choose what apps are backed up
|
||||
- Receive email alerts if the backup fails (the [borg server app](https://apps.yunohost.org/app/borgserver) also checks that new content arrives and send an email to your friend otherwise)
|
||||
|
||||
### Install procedure
|
||||
|
|
|
@ -26,7 +26,7 @@ This app is the "client" part, meant to be installed on the server to be backed
|
|||
- ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html)
|
||||
- Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space)
|
||||
- Backups are ran automatically, you can choose when and at which frequency
|
||||
- You can choose what apps are backuped
|
||||
- You can choose what apps are backed up
|
||||
- Receive email alerts if the backup fails (the [borg server app](https://apps.yunohost.org/app/borgserver) also checks that new content arrives and send an email to your friend otherwise)
|
||||
|
||||
### Install procedure
|
||||
|
|
|
@ -26,7 +26,7 @@ This app is the "client" part, meant to be installed on the server to be backed
|
|||
- ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html)
|
||||
- Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space)
|
||||
- Backups are ran automatically, you can choose when and at which frequency
|
||||
- You can choose what apps are backuped
|
||||
- You can choose what apps are backed up
|
||||
- Receive email alerts if the backup fails (the [borg server app](https://apps.yunohost.org/app/borgserver) also checks that new content arrives and send an email to your friend otherwise)
|
||||
|
||||
### Install procedure
|
||||
|
|
|
@ -50,7 +50,7 @@ for application in $(sudo ls /etc/yunohost/apps/); do
|
|||
fi
|
||||
|
||||
if sudo test ! -f "/etc/yunohost/apps/$application/scripts/backup" ; then
|
||||
errors+="\nWarning: The application $application has no backup script. This app won't be backuped."
|
||||
errors+="\nWarning: The application $application has no backup script. This app won't be backed up."
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ services = []
|
|||
help = "Alerts are sent to the first user of this server"
|
||||
|
||||
[main.content]
|
||||
name = "What should be backuped?"
|
||||
name = "What should be backed up?"
|
||||
optional = false
|
||||
|
||||
[main.content.conf]
|
||||
|
|
|
@ -8,7 +8,7 @@ This app is the "client" part, meant to be installed on the server to be backed
|
|||
- ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html)
|
||||
- Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space)
|
||||
- Backups are ran automatically, you can choose when and at which frequency
|
||||
- You can choose what apps are backuped
|
||||
- You can choose what apps are backed up
|
||||
- Receive email alerts if the backup fails (the [borg server app](https://apps.yunohost.org/app/borgserver) also checks that new content arrives and send an email to your friend otherwise)
|
||||
|
||||
### Install procedure
|
||||
|
|
Loading…
Add table
Reference in a new issue