|
@@ -1,13 +1,16 @@
|
1
|
1
|
{
|
2
|
2
|
"Please attach a USB drive": "",
|
3
|
3
|
"There was a problem mounting the USB drive to $USB_MOUNT": "",
|
4
|
|
- "There was a problem making the directory $USB_MOUNT/backup.": "",
|
5
|
|
- "Less than 5% of space remaining on backup drive": "",
|
|
4
|
+ "Unable to unmount the drive. This means that the backup did not work": "",
|
|
5
|
+ "Unmount encrypted USB": "",
|
|
6
|
+ "Backup to USB drive is complete. You can now unplug it.": "",
|
6
|
7
|
"No MariaDB password was given": "",
|
7
|
8
|
"Obtaining ${1} database backup": "",
|
8
|
9
|
"${1} database could not be saved": "",
|
9
|
10
|
"WARNING: directory does not exist: ${1}": "",
|
10
|
11
|
"Backup key could not be found": "",
|
|
12
|
+ "There was a problem making the directory $USB_MOUNT/backup.": "",
|
|
13
|
+ "Less than 5% of space remaining on backup drive": "",
|
11
|
14
|
"Backing up gpg keys for $USERNAME": "",
|
12
|
15
|
"Backing up personal settings for $USERNAME": "",
|
13
|
16
|
"Backing up ssh keys for $USERNAME": "",
|
|
@@ -17,16 +20,8 @@
|
17
|
20
|
"Backing up emails for $USERNAME": "",
|
18
|
21
|
"Backing up spamassassin settings for $USERNAME": "",
|
19
|
22
|
"Backing up procmail settings for $USERNAME": "",
|
20
|
|
- "Backing up Lets Encrypt settings": "",
|
21
|
|
- "Backing up GNU social installation": "",
|
22
|
|
- "GNU Social domain specified but not found in /var/www/${MICROBLOG_DOMAIN_NAME}": "",
|
23
|
|
- "Backing up Hubzilla installation": "",
|
24
|
|
- "Hubzilla domain specified but not found in /var/www/${HUBZILLA_DOMAIN_NAME}": "",
|
25
|
|
- "Obtaining Owncloud data backup": "",
|
26
|
|
- "Obtaining Gogs settings backup": "",
|
27
|
|
- "Obtaining Gogs repos backup": "",
|
28
|
|
- "Obtaining Gogs authorized_keys backup": "",
|
29
|
|
- "Obtaining wiki data backup": "",
|
30
|
|
- "Obtaining blog backup": "",
|
31
|
|
- "Blog domain specified but not found in /var/www/${FULLBLOG_DOMAIN_NAME}": ""
|
|
23
|
+ "Backing up $source_directory to $dest_directory": "",
|
|
24
|
+ "Backing up README": "",
|
|
25
|
+ "Backing up VoIP settings": "",
|
|
26
|
+ "Unable to backup mysql settings": ""
|
32
|
27
|
}
|