![]() |
a question for server gurus
is this possible?:
let's say i have multiple dedicated boxes at different hosts. is it possible to remotely transfer data from one server at one host, to another server at a different host using some utilility like ftp? i'm trying to find a web-based utility that will allow this, and the primary purpose is for redundant backup. thanks for any advice! |
rsync + cron = redundant
|
Quote:
yes, looking for the utility to do it. testing one now. might do the job: http://www.flashfxp.com/ |
Quote:
scp old-server-folder/* [email protected]:/home/new-server-folder I would tar it first: tar -cvzf mytar.tar.gz sourcefilesordir/ It needs root password for the new server. /* means everything in that folder will get moved. Ftp only can up to 2 gigs at one time so it's no good for you most likely. Good luck :winkwink: |
its called FXP
|
All times are GMT -7. The time now is 01:09 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123