rsync-server
Docker-Anwendung from mgutt's Repository
Übersicht
Simple rsync server based on Alpine
To be able to connect to this rsync server you need to add the SSH key of your client to the variable SSH_AUTH_KEY_1
How to create an SSH key?
Log into your client machine and create an SSH key as follows:
ssh-keygen -t rsa -b 4096
Press 3x ENTER to use the default location and create the key without password. Now display your SSH Key with the following command:
cat ~/.ssh/id_rsa.pub
Copy the complete line like "ssh-rsa AAA.... username@client" and paste it in the field "SSH_AUTH_KEY_1" and start this container.
You can test the connection from your client as follows (replace "tower" against your server name or domain):
rsync --dry-run --itemize-changes --archive -e 'ssh -p 5533' root@tower:/mnt/user/system/ /tmp
Laufzeit-Argumente
- Netzwerk
bridge- Shell
sh- Privilegiert
- false
- Extra Params
--memory=1G
Konfiguration der Vorlage
File pathPathro
Container Path: /mnt/user/
- Ziel
- /mnt/user/
- Wert
- /mnt/user/
PortPorttcp
Container Port: 22
- Ziel
- 22
- Wert
- 5533
SSH_AUTH_KEY_1Variable
Container Variable: SSH_AUTH_KEY_1
- Wert
- enter_ssh_key_of_client
SSH_AUTH_KEY_2Variable
Container Variable: SSH_AUTH_KEY_2
Kategorien
Statistik herunterladen
7,806,616
Downloads insgesamt
122,967
Dieser Monat
140,165
Durchschnittlich / Monat
Gesamte Downloads im Laufe der Zeit
Tabelle laden...
Einzelheiten
Repository
eeacms/rsyncZuletzt aktualisiert2025-09-26
Erstmals gesehen2022-06-10
Führen Sie rsync-server auf Unraid aus.
rsync-server ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.