rsync-server
Aplicación Docker from mgutt's Repository
Visión general
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
Argumentos en tiempo de ejecución
- Red
bridge- Concha
sh- Privilegiado
- false
- Parámetros adicionales
--memory=1G
Configuración de plantillas
File pathPathro
Container Path: /mnt/user/
- Objetivo
- /mnt/user/
- Valor
- /mnt/user/
PortPorttcp
Container Port: 22
- Objetivo
- 22
- Valor
- 5533
SSH_AUTH_KEY_1Variable
Container Variable: SSH_AUTH_KEY_1
- Valor
- enter_ssh_key_of_client
SSH_AUTH_KEY_2Variable
Container Variable: SSH_AUTH_KEY_2
Categorías
Descargar estadísticas
7,806,616
Descargas totales
122,967
Este mes
140,165
Media / Mes
Descargas totales a lo largo del tiempo
Cargando gráfico...
Detalles
Repositorio
eeacms/rsyncÚltima actualización2025-09-26
Visto por primera vez2022-06-10
Ejecute rsync-server en Unraid.
rsync-server se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.