VRangeSync forum |
Author | Topic: VRangesync 4-ways Sync and 'remote-to-remote' sync introduction | ||||
---|---|---|---|---|---|
SunshineYellow New Member Admin ID # 6 |
Posted on June 14, 2024 04:32 AM (#1)
Quote
PM E-mail VRangesync 4-ways Sync and 'remote-to-remote' sync introduction Video - https://www.youtube.com/watch?v=MIHxXPWcTmE Traditional filecopier offer 3-ways sync. No 'remote-to-remote' sync capability available. 3-ways sync:
VRangesync is world-first file copier that offer 4-ways sync. Vrangesync offer 'remote-to-remote' sync capability. 4-ways sync:
========================================================== ssh ----------------------------------------------------------- # VRangesync(ssh)'s default compression mode is 'zstd' and default 'zstd -T'(parallel) for 'tar' data transfer # (not using SSH built-in compression feature) ----------------------------------------------------------- # VRangesync offer '4-ways' sync and 'remote-to-remote' sync capability time ./vr -i "/data/virtual" -o "/data/virtual2" -sa "root@1.2.3.4" -sp "12345" -sf "1.2.3.4.password.file" -da "root@5.6.7.8" -dp "12345" -df "5.6.7.8.password.file" ----------------------------------------------------------- # VRangesync(ssh) - 'lz4' compression algorithm and default 'zstd -T'(parallel) for 'tar' data transfer # (not using SSH built-in compression feature) ----------------------------------------------------------- time ./vr -i "/data/virtual" -o "/data/virtual2" -sa "root@1.2.3.4" -sp "12345" -sf "1.2.3.4.password.file" -da "root@5.6.7.8" -dp "12345" -df "5.6.7.8.password.file" -z "lz4" 1) Direct mirror from machine '1.2.3.4' to machine '5.6.7.8' from third party workcomputer. 2) zstd -T(parallel) offer fastest completion time ====================================================== ncat ------------------------------ #ncat, openssl aes-128-cbc ------------------------------- - -------------------------------- # VRangesync(ncat), data scamble using 'zstd' compression algorithm and default 'zstd -T'(parallel) for 'tar' data transfer; custom ncat port(always use custom port for security reason) # #default is 'zstd' compression algorithm -------------------------------- time ./vr -i "/data/virtual" -o "/data/virtual2" -sa "root@1.2.3.4" -sp "12345" -sf "1.2.3.4.password.file" -da "root@5.6.7.8" -dp "12345" -df "5.6.7.8.password.file" -nc "1" -z "zstd" -ncport "6688" -------------------------------- # VRangesync(ncat), data scamble using 'lz4' compression algorithm and default 'zstd -T'(parallel) for 'tar' data transfer; custom ncat port(always use custom port for security reason) -------------------------------- time ./vr -i "/data/virtual" -o "/data/virtual2" -sa "root@1.2.3.4" -sp "12345" -sf "1.2.3.4.password.file" -da "root@5.6.7.8" -dp "12345" -df "5.6.7.8.password.file" -nc "1" -z "lz4" -ncport "6688" 1) Direct mirror from machine '1.2.3.4' to machine '5.6.7.8' from third party workcomputer. 2) zstd -T(parallel) offer fastest completion time 3) ncat on zstd -T(parallel) is faster than ssh on zstd -T(parallel) ===================================================================================== VRangesync '4-ways' sync and 'remote-to-remote' sync capability is an essential feature for storage guru or system administrator to manage a large list of machines from third party workcomputer. VRangesync simplify entire operation and reduce additional work required. Total amount of time saving will matter alot in real world scenario. VRangesync can be your next datacenter management enterprise tool. Vrangesync https://www.1range1.com |
||||
Posts: 3 | Member since: May 2024 | IP address: saved |
Contact | VRangeSync | Board rules | Privacy policy