and again more work on backup-storages

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-09-05 11:03:39 +02:00
parent 9d2077ddee
commit 4fcf0606c7
13 changed files with 429 additions and 36 deletions

View File

@@ -2432,7 +2432,37 @@ Yours sincerely, your administrator',
],
'backup' => [
'backup' => 'Backup',
'backups' => 'Backups',
'backups_restore' => 'Restore backups',
'backup_storages' => 'Configure storages',
'size' => 'Size',
'created_at' => 'Created at',
'backup_storage' => [
'add' => 'Add backup storage',
'create' => 'Create new backup storage',
'edit' => 'Edit backup storage',
'list' => 'Backup storages',
'description' => 'Storage description',
'type' => 'Storage type',
'type_local' => 'local filesystem',
'type_ftp' => 'FTP server',
'type_sftp' => 'SFTP to remote server',
'type_rsync' => 'Rsync to remote server',
'type_s3' => 'S3 server',
'region' => 'S3 region',
'bucket' => 'S3 bucket',
'destination_path' => [
'title' => 'Destination path',
'description' => 'Absolute path if storage type is "local", else relative to home-directory of given user',
],
'hostname' => 'Target hostname',
'username' => 'Username',
'password' => [
'title' => 'Password or ssh public-key',
'description' => 'Can be either a password or a complete SSH public key'
],
'pgp_public_key' => 'PGP public key',
'retention' => 'Backup retention in days',
],
],
];