and again more work on backup-storages
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -2296,4 +2296,39 @@ Vielen Dank, Ihr Administrator',
|
||||
'config_note' => 'Damit froxlor mit dem Backend vernünftig kommunizieren kann, musst du dieses noch konfigurieren.',
|
||||
'config_now' => 'Jetzt konfigurieren'
|
||||
],
|
||||
'backup' => [
|
||||
'backup' => 'Backup',
|
||||
'backups' => 'Backups',
|
||||
'backups_restore' => 'Wiederherstellen',
|
||||
'backup_storages' => 'Speichermedien verwalten',
|
||||
'size' => 'Größe',
|
||||
'created_at' => 'Erstellt',
|
||||
'backup_storage' => [
|
||||
'add' => 'Speichermedium hinzufügen',
|
||||
'create' => 'Neues Speichermedium erstellen',
|
||||
'edit' => 'Speichermedien bearbeiten',
|
||||
'list' => 'Speichermedien',
|
||||
'description' => 'Beschreibung',
|
||||
'type' => 'Typ',
|
||||
'type_local' => 'Lokales Dateisystem',
|
||||
'type_ftp' => 'FTP Server',
|
||||
'type_sftp' => 'SFTP auf entfernten Server',
|
||||
'type_rsync' => 'Rsync zu entfernten Server',
|
||||
'type_s3' => 'S3 Server',
|
||||
'region' => 'S3 Region',
|
||||
'bucket' => 'S3 Bucket',
|
||||
'destination_path' => [
|
||||
'title' => 'Ziel-Pfad',
|
||||
'description' => 'Absoluter Pfad, wenn Speicher-Typ ist "lokal", sonst relativ zum Heimatverzeichnisses des Benutzers',
|
||||
],
|
||||
'hostname' => 'Ziel Hostname',
|
||||
'username' => 'Benutzername',
|
||||
'password' => [
|
||||
'title' => 'Passwort oder SSH Public-key',
|
||||
'description' => 'Es kann entweder ein Passwort oder ein vollständiger SSH Public-Key angegeben werden'
|
||||
],
|
||||
'pgp_public_key' => 'PGP Public-key',
|
||||
'retention' => 'Backup-Aufbewahrung in Tagen',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@@ -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',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user