Protokolle BackupHD/Onlinefestplatte/en

Aus EUserv Wiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 2: Zeile 2:
[[Kategorie:Cloud/en]]
[[Kategorie:Cloud/en]]
[[Kategorie:Kundencenter Cloud]]
[[Kategorie:Kundencenter Cloud]]
-
'''''Protokolle BackupHD/Onlinefestplatte'''''
+
'''''Supported Protocols BackupHD/Online storage'''''
__TOC__
__TOC__
<div style= "font-size: 1.571em;">
<div style= "font-size: 1.571em;">
-
'''Protokolle BackupHD/Onlinefestplatte'''
+
'''Supported Protocols BackupHD/Online storage'''
</div>
</div>
-
== Allgemeines ==
+
== General ==
-
Neben der Verwaltung der BackupHD bzw. Onlinefestplatte über den EUserv Storage Web-Client kann die BackupHD/Onlinefestplatte aber auch mittels Kommandozeile eingebunden werden.  
+
Beside managing the BackupHD/Online storage via the EUserv Storage Web-Client you can also access it using command line tools.
-
In der nachfolgenden Anleitung zeigen wir Ihnen, welche Protokolle von der BackupHD/Onlinefestplatte unterstützt werden und wie Sie diese in Ihr Dateisystem einbinden können.
+
In the following guide we will show you which protocols are supported by the BackupHD/Online storage and how you can mount it into your file system.  
-
== Unterstützte Protokolle ==
+
== Supported protocols ==
-
Auf die BackupHD/Onlinefestplatte kann mittels folgender Protokolle zugegriffen werden:
+
The BackupHD/Online storage can be accessed with the following protocols:
-
* FTP (unverschlüsselt)
+
* FTP (unencrypted)
* Port: 21
* Port: 21
-
* FTPS (FTP über TLS/SSL, verschlüsselt)
+
* FTPS (FTP over TLS/SSL, encrypted)
* Port: 21
* Port: 21
-
* WebDAV (verschlüsselt)
+
* WebDAV (encrypted)
* Port: 443
* Port: 443
-
* rsync (über stunnel verschlüsselt)
+
* rsync (encrypted over stunnel)
* Port: 273
* Port: 273
-
* rsync (unverschlüsselt)
+
* rsync (unencrypted)
* Port: 873
* Port: 873
-
* rsync (SSH-verschlüsselt)
+
* rsync (SSH-encrypted)
* Port: 22
* Port: 22
-
== Mounten der BackupHD/Onlinefestplatte  ==
+
== Mounting the BackupHD/Online storage ==
-
=== FTP (unverschlüsselt) ===
+
=== FTP (unencrypted) ===
-
Zum Mounten der BackupHD/Onlinefestplatte mit FTP benötigen Sie das Programm '''curlftpfs'''. Dieses steht für alle großen Linuxdistributionen zur Verfügung.
+
In order to mount the BackupHD/Online storage with FTP you will need the programm '''curlftpfs'''. This is available for all big Linux distributions.
-
Mit folgendem Befehl mounten Sie die BackupHD/Onlinefestplatte:
+
You can mount the BackupHD/Online storage with the following command:
-
<pre>curlftpfs ftp://<Benutzername>:<Passwort>@ftpbackups1.kundencontroller.de/ <Mountpunkt></pre>
+
<pre>curlftpfs ftp://<User name>:<Password>@ftpbackups1.kundencontroller.de/ <Mounting point></pre>
-
'''Beispiel''':  
+
'''Example''':  
-
* Benutzername = ftpbackup-123456
+
* User name = ftpbackup-123456
-
* Passwort = PAssWort
+
* Password = PAssWord
-
* Mountpunkt = /mnt
+
* Mounting point = /mnt
-
<pre>curlftpfs ftp://ftpbackup-123456:PAssWort@ftpbackups1.kundencontroller.de/ /mnt</pre>
+
<pre>curlftpfs ftp://ftpbackup-123456:PAssWord@ftpbackups1.kundencontroller.de/ /mnt</pre>
-
=== FTPS (FTP über TLS/SSL, verschlüsselt) ===
+
=== FTPS (FTP over TLS/SSL, encrypted) ===
-
Zum Mounten der BackupHD/Onlinefestplatte mit FTPS benötigen Sie das Programm '''curlftpfs'''. Dieses steht für alle großen Linuxdistributionen zur Verfügung.
+
In order to mount the BackupHD/Online storage with FTP you will need the programm '''curlftpfs'''. This is available for all big Linux distributions.
-
Mit folgendem Befehl mounten Sie die BackupHD/Onlinefestplatte:
+
You can mount the BackupHD/Online storage with the following command:
-
<pre>curlftpfs -o ssl ftp://<Benutzername>:<Passwort>@ftpbackups1.kundencontroller.de/ <Mountpunkt></pre>
+
<pre>curlftpfs -o ssl ftp://<User name>:<Password>@ftpbackups1.kundencontroller.de/ <Mounting point></pre>
-
'''Beispiel''':  
+
'''Example''':  
-
* Benutzername = ftpbackup-123456
+
* User name = ftpbackup-123456
-
* Passwort = PAssWort
+
* Password = PAssWort
-
* Mountpunkt = /mnt
+
* Mounting point = /mnt
<pre>curlftpfs -o ssl ftp://ftpbackup-123456:PAssWort@ftpbackups1.kundencontroller.de/ /mnt</pre>
<pre>curlftpfs -o ssl ftp://ftpbackup-123456:PAssWort@ftpbackups1.kundencontroller.de/ /mnt</pre>
-
=== WebDAV (verschlüsselt) ===
+
=== WebDAV (encrypted) ===
-
Eine Anleitung für den Zugriff auf die BackupHD/Onlinefestplatte unter Windows bzw. Linux finden Sie hier: [[WebDAV_Zugang_für_BackupHD]]
+
A guide on how to access the BackupHD/Online storage with WebDAV under Windows and Linux can be found here: [[WebDAV_Zugang_für_BackupHD/en]]
-
=== rsync (verschlüsselt) ===
+
=== rsync (encrypted) ===
-
Eine Anleitung für den verschlüsselten Zugriff (stunnel) auf die BackupHD/Onlinefestplatte mittels rsync finden Sie hier: [[Rsync_Verbindung_zur_BackupHD_verschlüsseln]]
+
A guide on how to access the BackupHD/Online storage using stunnel-encrypted rsync can be found here: [[Rsync_Verbindung_zur_BackupHD_verschlüsseln/en]]
-
=== rsync (unverschlüsselt/verschlüsselt über SSH/keybasiert) ===
+
=== rsync (unencrypted/SSH-encrypted/key-based) ===
-
Eine Anleitung für den generellen sowie verschlüsselten Zugriff auf die BackupHD/Onlinefestplatte mit SSH-Keys unter rsync finden Sie hier: [[Sicherung_Dateien_auf_BackupHD_mit_Rsync]]
+
A guide on how to generally access the BackupHD/Online storage with rsync as well as using SSH-encrypted and key-based methods can be found here: [[Sicherung_Dateien_auf_BackupHD_mit_Rsync/en]]

Version vom 07:48, 15. Sep. 2015

Supported Protocols BackupHD/Online storage

Inhaltsverzeichnis

Supported Protocols BackupHD/Online storage

General

Beside managing the BackupHD/Online storage via the EUserv Storage Web-Client you can also access it using command line tools.

In the following guide we will show you which protocols are supported by the BackupHD/Online storage and how you can mount it into your file system.

Supported protocols

The BackupHD/Online storage can be accessed with the following protocols:


  • FTP (unencrypted)
  • Port: 21


  • FTPS (FTP over TLS/SSL, encrypted)
  • Port: 21


  • WebDAV (encrypted)
  • Port: 443


  • rsync (encrypted over stunnel)
  • Port: 273


  • rsync (unencrypted)
  • Port: 873


  • rsync (SSH-encrypted)
  • Port: 22

Mounting the BackupHD/Online storage

FTP (unencrypted)

In order to mount the BackupHD/Online storage with FTP you will need the programm curlftpfs. This is available for all big Linux distributions.

You can mount the BackupHD/Online storage with the following command:

curlftpfs ftp://<User name>:<Password>@ftpbackups1.kundencontroller.de/ <Mounting point>


Example:

  • User name = ftpbackup-123456
  • Password = PAssWord
  • Mounting point = /mnt
curlftpfs ftp://ftpbackup-123456:PAssWord@ftpbackups1.kundencontroller.de/ /mnt


FTPS (FTP over TLS/SSL, encrypted)

In order to mount the BackupHD/Online storage with FTP you will need the programm curlftpfs. This is available for all big Linux distributions.

You can mount the BackupHD/Online storage with the following command:

curlftpfs -o ssl ftp://<User name>:<Password>@ftpbackups1.kundencontroller.de/ <Mounting point>


Example:

  • User name = ftpbackup-123456
  • Password = PAssWort
  • Mounting point = /mnt
curlftpfs -o ssl ftp://ftpbackup-123456:PAssWort@ftpbackups1.kundencontroller.de/ /mnt


WebDAV (encrypted)

A guide on how to access the BackupHD/Online storage with WebDAV under Windows and Linux can be found here: WebDAV_Zugang_für_BackupHD/en


rsync (encrypted)

A guide on how to access the BackupHD/Online storage using stunnel-encrypted rsync can be found here: Rsync_Verbindung_zur_BackupHD_verschlüsseln/en


rsync (unencrypted/SSH-encrypted/key-based)

A guide on how to generally access the BackupHD/Online storage with rsync as well as using SSH-encrypted and key-based methods can be found here: Sicherung_Dateien_auf_BackupHD_mit_Rsync/en