平衡目录中的 rsync
我需要将远程目录同步到本地服务器, 4 个目标目录中的平衡文件(与 4 个磁盘挂载相关)。
尖端?
I need to rsync a remote directory to a local server,
balancing file in 4 destination directory (related to 4 disk mounts).
tips?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
rsync
无法选择在下载之前或之后运行脚本来创建新文件名。有多种方法可以实现此目的:
确保源文件位于不同的目录中,并相应地将文件系统挂载到目标上。
将文件下载到一处,然后从那里分发它们。
每天将文件下载到不同的文件系统
使用平衡文件系统(RAID5、集群文件系统、btrfs 或 ceph)
rsync
has no option to run a script before or after a download to create a new filename.There are several ways to achieve this:
Make sure the source files are in different directories, and mount the filesystems on the destination accordingly.
Download the files into one place and then distribute them from there.
Download the files into a different filesystem every day
Use a balancing filesystem (RAID5, filesystems for clusters, btrfs or ceph)