Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2009-09-01, 06:23 PM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
I use rsync to download only the html documents in the directories to my local machine. Then I use my favorite utility (any html editor will do) to do a find and replace and then use rsync to only re-upload the changed files.

SSH into your server,

To download the files.
Code:
rsync -avCP  --progress  --stats --exclude "jpg" --exclude "mpg" USERNAME@YOURDOMAIN.com:/SERVERPATH/TO/DIRECTORIES/ /YOURCOMPUTERS/LOACL/PATH
To upload the files.
Code:
rsync -avCP  --progress  --stats --exclude "jpg" --exclude "mpg" /YOURCOMPUTERS/LOACL/PATH/ USERNAME@YOURDOMAIN.com:/SERVERPATH/TO/DIRECTORIES
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 02:28 AM.


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