leonrak Posted October 3, 2021 Posted October 3, 2021 so i have storage1 and I add storage2 to make it load balance and I sync it. but I see the data is moving from storge1 to KVS main server and then to storage2. Why is that? why videos doesnt move from storage1 to storage2 directly? Quote
Tech Support Posted October 4, 2021 Posted October 4, 2021 There is no technical way to move files from one FTP to another FTP without copying them to primary server. If you want to move files yourself, you can do that by directly copying them from one server to another using server shell and then just run sync in KVS to make sure all files are checked. Quote
leonrak Posted October 19, 2021 Author Posted October 19, 2021 is it possible to add speed limit for syncing? Quote
Tech Support Posted October 20, 2021 Posted October 20, 2021 Unfortunately not, FTP API in PHP doesn't allow setting any limits. Quote
leonrak Posted October 20, 2021 Author Posted October 20, 2021 On 10/3/2021 at 9:21 PM, Tech Support said: There is no technical way to move files from one FTP to another FTP without copying them to primary server. If you want to move files yourself, you can do that by directly copying them from one server to another using server shell and then just run sync in KVS to make sure all files are checked. Can same technique that download files from Storage1 to main KVS be used for storage1 to storage2? Quote
Tech Support Posted October 20, 2021 Posted October 20, 2021 2 hours ago, leonrak said: Can same technique that download files from Storage1 to main KVS be used for storage1 to storage2? KVS cannot use the same technique, because remote storage server script does not have any logic to download files. Quote
leonrak Posted October 21, 2021 Author Posted October 21, 2021 21 hours ago, Tech Support said: KVS cannot use the same technique, because remote storage server script does not have any logic to download files. I mean KVS use some sort of php script to download files from ftp right? Cant same script being copied inside storage servers so they can download files from each other? Quote
Tech Support Posted October 21, 2021 Posted October 21, 2021 It will need to be implemented in a specific way. There is no easy solution to copy something and make it easily working. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.