We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.4.1 3f13575
希望能支持smb、ntfs的server side copy功能 用途: NAS与小主机在不同广域网, nastools搭建在小主机上面用于搜索刮削; NAS则负责存储. 下载目录和存储目录在不同磁盘, 因此在不同挂载点 这时候重命名后移动、复制工作会先将内容从NAS网络传输到小主机,再网络传输到NAS目的目录, 这样很慢 事实上smb和ntfs都支持server side copy功能, 极大提升效率
这个功能对于pve场景也有用, 望考虑
https://wiki.samba.org/index.php/Server-Side_Copy https://linux-nfs.org/wiki/index.php/Server_Side_Copy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当前程序版本
v3.4.1 3f13575
功能改进
希望能支持smb、ntfs的server side copy功能
用途:
NAS与小主机在不同广域网, nastools搭建在小主机上面用于搜索刮削; NAS则负责存储.
下载目录和存储目录在不同磁盘, 因此在不同挂载点
这时候重命名后移动、复制工作会先将内容从NAS网络传输到小主机,再网络传输到NAS目的目录, 这样很慢
事实上smb和ntfs都支持server side copy功能, 极大提升效率
这个功能对于pve场景也有用, 望考虑
参考资料
https://wiki.samba.org/index.php/Server-Side_Copy
https://linux-nfs.org/wiki/index.php/Server_Side_Copy
The text was updated successfully, but these errors were encountered: