rsync-server
Docker 应用程序 from mgutt's Repository
概述
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
运行时参数
- 网络
bridge- 外壳
sh- 特权
- false
- 额外参数
--memory=1G
模板配置
File pathPathro
Container Path: /mnt/user/
- 目标
- /mnt/user/
- 价值
- /mnt/user/
PortPorttcp
Container Port: 22
- 目标
- 22
- 价值
- 5533
SSH_AUTH_KEY_1Variable
Container Variable: SSH_AUTH_KEY_1
- 价值
- enter_ssh_key_of_client
SSH_AUTH_KEY_2Variable
Container Variable: SSH_AUTH_KEY_2
下载统计数据
7,806,616
下载总数
122,967
本月
140,165
平均每月
长期下载总量
加载图表...
详细信息
在Unraid 上运行 rsync-server 。
rsync-server 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。