remove wip backup-feature for later releases, see branch backup-feature

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-09-17 13:19:00 +02:00
parent 3fc18f9903
commit 6edc6553bd
35 changed files with 28 additions and 3751 deletions

View File

@@ -2296,39 +2296,4 @@ 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',
],
],
];

View File

@@ -2430,39 +2430,4 @@ Yours sincerely, your administrator',
'config_note' => 'In order for froxlor to be able to communicate properly with the backend, you have to configure it.',
'config_now' => 'Configure now'
],
'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',
],
],
];