Wie erstelle ich ein Backup mit dem Contabo Backup Space?
Table of Contents
- Wie verwende ich den Contabo-Backup-Space unter Windows?
- Wie verwende ich den Contabo-Backup-Space unter Linux?
- Wissenswertes über den Contabo-Backup-Space:
How do I use the Contabo backup space on Windows?
For Windows a third party application such as Filezilla can be used to connect to the Contabo backup space. You can follow the steps below to setup a connection with Filezilla:
- Öffnen Sie Filezilla.
- Verbinden Sie sich mit dem Contabo-Backupspace mit den folgenden Optionen:
Rechner: backup.contabo.net
Benutzername:
Kennwort: - Sie sollten nun verbunden sein und können alle Daten, die Sie sichern möchten, auf den Contabo-Backup-Space übertragen.
How do I use the Contabo backup space on Linux?
On Linux, you can use an FTP client to connect to the Contabo backup space. Almost any FTP client can be used, but we recommend using lftp, which supports encryption over FTP.
Depending on your distribution, you can easily install the necessary package, with the following command;
apt-get install lftp.Also, for the best performance when transferring data, we recommend creating an archive, e.g.
tar -czf backup.tar.gz /home/Datei_1 /home/Datei_2 You can follow the steps below to connect to the Contabo backup space on Linux using lftp:
- If you’re not sure about your admin rights, always enter the command sudo -i at the beginning of every session:
sudo -i - Verwenden Sie die folgenden Befehle, um sich mit dem Contabo-Backupspace zu verbinden:
:~# lftp lftp :~> set ftp:ssl-force true lftp :~> set ssl:verify-certificate no lftp :~> connect backup.contabo.net lftp backup.contabo.net:~> login <Username> Password:
- Wenn Sie sich über Ihre Admin-Rechte nicht sicher sind, geben Sie zu Beginn jeder Sitzung immer den Befehl sudo -i ein
:sudo -imkdir backups Als nächstes können Sie mit folgendem Befehl in den contabo-Backup-Space wechseln:
CD-Backupcd backups- Finally you can upload your backup with the following command:
:~# lftp lftp :~> set ftp:ssl-force true lftp :~> set ssl:verify-certificate no lftp :~> connect backup.contabo.net lftp backup.contabo.net:~> login <Benutzername> Passwort:
Things to know about the Contabo backup space:
Please note that a connection to our backup space can only be established within a Contabo data center. Therefore, a connection is only possible between your server and the backup server, both must be located in a Contabo datacenter.
You will also need to configure the Contabo DNS resolvers, these resolvers are configured by default in each installation - if you have changed anything and need help setting them up, please contact Contabo Support.
You can raise a ticket with the customer support team via the Customer Control Panel here.
War dieser Artikel hilfreich?
Das ist großartig!
Vielen Dank für das Feedback
Leider konnten wir nicht helfen
Vielen Dank für das Feedback
Feedback gesendet
Wir wissen Ihre Bemühungen zu schätzen und werden versuchen, den Artikel zu korrigieren