Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-07-25, 04:40 PM   #1
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
if your provider's support FXP, you can do a server to server move which is much faster.

if you have ssh, you could use scp.
scp -rp directory user@1.2.3.4:newdirectory

if you have ssh, and rsync, you could use rsync.
rsync -ap --delete directory/ user@1.2.3.4:newdirectory/
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2005-07-25, 04:50 PM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally Posted by cd34
if your provider's support FXP, you can do a server to server move which is much faster.

if you have ssh, you could use scp.
scp -rp directory user@1.2.3.4:newdirectory

if you have ssh, and rsync, you could use rsync.
rsync -ap --delete directory/ user@1.2.3.4:newdirectory/
Thanks to you I know actually understand the above and use it all the time but I'm surprised that you didn't add the verbose flag to the above so that she can watch what is going on.

That would be
rsync -apv --delete directory/ user@1.2.3.4:newdirectory
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2005-07-25, 05:07 PM   #3
SirMoby
Jim? I heard he's a dirty pornographer.
 
SirMoby's Avatar
 
Join Date: Aug 2003
Location: Washington, DC
Posts: 2,706
Quote:
Originally Posted by Cleo
Thanks to you I know actually understand the above and use it all the time but I'm surprised that you didn't add the verbose flag to the above so that she can watch what is going on.

That would be
rsync -apv --delete directory/ user@1.2.3.4:newdirectory
Depending on what's happening the verbose flag can send a lot of data to your workstation and isn't the idea to keep your workstations's wire out the process?

I'll often do a test with a verbose flag but almost never use it at othe times.
SirMoby is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:06 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc