Übersicht unterstützte Protokolle BackupHD/Onlinefestplatte/en

Aus EUserv Wiki

Version vom 11:45, 15. Sep. 2015 bei Almi1 (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Overview of supported protocols for BackupHD/Online storage

Inhaltsverzeichnis

Overview of supported protocols for 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 = PAssWord
  • Mounting point = /mnt
curlftpfs -o ssl ftp://ftpbackup-123456:PAssWord@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