GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   a question for server gurus (https://gfy.com/showthread.php?t=438100)

latinasojourn 02-28-2005 01:31 PM

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!

TheSaint 02-28-2005 01:47 PM

rsync + cron = redundant

latinasojourn 02-28-2005 02:16 PM

Quote:

Originally Posted by TheSaint
rsync + cron = redundant

thanks.

yes, looking for the utility to do it.

testing one now. might do the job:

http://www.flashfxp.com/

chaze 02-28-2005 02:49 PM

Quote:

Originally Posted by latinasojourn
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!

If you have rot access then use:

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:

Tony Montana 02-28-2005 02:52 PM

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