Protokolle BackupHD/Onlinefestplatte/en
Aus EUserv Wiki
Almi1 (Diskussion | Beiträge) |
Almi1 (Diskussion | Beiträge) |
||
Zeile 2: | Zeile 2: | ||
[[Kategorie:Cloud/en]] | [[Kategorie:Cloud/en]] | ||
[[Kategorie:Kundencenter Cloud]] | [[Kategorie:Kundencenter Cloud]] | ||
- | ''''' | + | '''''Supported Protocols BackupHD/Online storage''''' |
__TOC__ | __TOC__ | ||
<div style= "font-size: 1.571em;"> | <div style= "font-size: 1.571em;"> | ||
- | ''' | + | '''Supported Protocols BackupHD/Online storage''' |
</div> | </div> | ||
- | == | + | == General == |
- | + | Beside managing the BackupHD/Online storage via the EUserv Storage Web-Client you can also access it using command line tools. | |
- | In | + | 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 ( | + | * FTP (unencrypted) |
* Port: 21 | * Port: 21 | ||
- | * FTPS (FTP | + | * FTPS (FTP over TLS/SSL, encrypted) |
* Port: 21 | * Port: 21 | ||
- | * WebDAV ( | + | * WebDAV (encrypted) |
* Port: 443 | * Port: 443 | ||
- | * rsync ( | + | * rsync (encrypted over stunnel) |
* Port: 273 | * Port: 273 | ||
- | * rsync ( | + | * rsync (unencrypted) |
* Port: 873 | * Port: 873 | ||
- | * rsync (SSH- | + | * rsync (SSH-encrypted) |
* Port: 22 | * Port: 22 | ||
- | == | + | == Mounting the BackupHD/Online storage == |
- | === FTP ( | + | === 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: | |
- | <pre>curlftpfs ftp://< | + | <pre>curlftpfs ftp://<User name>:<Password>@ftpbackups1.kundencontroller.de/ <Mounting point></pre> |
- | ''' | + | '''Example''': |
- | * | + | * User name = ftpbackup-123456 |
- | * | + | * Password = PAssWord |
- | * | + | * Mounting point = /mnt |
- | <pre>curlftpfs ftp://ftpbackup-123456: | + | <pre>curlftpfs ftp://ftpbackup-123456:PAssWord@ftpbackups1.kundencontroller.de/ /mnt</pre> |
- | === FTPS (FTP | + | === 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: | |
- | <pre>curlftpfs -o ssl ftp://< | + | <pre>curlftpfs -o ssl ftp://<User name>:<Password>@ftpbackups1.kundencontroller.de/ <Mounting point></pre> |
- | ''' | + | '''Example''': |
- | * | + | * User name = ftpbackup-123456 |
- | * | + | * Password = PAssWort |
- | * | + | * 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 ( | + | === 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 ( | + | === 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 ( | + | === 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]] |
Version vom 07:48, 15. Sep. 2015
Languages: |
Deutsch • English |
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