Greenguy's Board


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

View Poll Results: What do you do when a sponsor goes belly up or just stops paying
Delete and 404 the promo 4 16.67%
Do a search and replace of your sponsor code 18 75.00%
Leave the stuff up and continue sending traffic to the sponsor 0 0%
Something else, please post what it is 2 8.33%
Voters: 24. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2010-08-05, 09:57 PM   #1
Bill
Selling porn allows me to stay in a constant state of Bliss - ain't that a trip!
 
Join Date: Apr 2003
Posts: 3,914
Quote:
Originally Posted by Cleo View Post
Actually it is pretty easy for me. I keep a local copy of my server using rsync and use BBEdit to find all instances of my link code and then a do a quick rm-rf on all the directors that contain my link codes on my server.
do a brother a solid and write a tutorial on how to do that with co-location accounts. Do we have to install the rsynch client on our co-lo server or what?

I'm getting sick of manually updating freesites and pages with dead or untrustworthy sponsors. And I expect there will be many more sponsor deaths coming.
Bill is offline   Reply With Quote
Old 2010-08-05, 10:23 PM   #2
SheepGuy
It's the end of the world as we know it, and I feel fine
 
SheepGuy's Avatar
 
Join Date: Jul 2006
Location: Canada
Posts: 2,527
What Red Cherry said
__________________
If the Environment was a bank, they would have saved it by now.
SheepGuy is offline   Reply With Quote
Old 2010-08-05, 10:31 PM   #3
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 Bill View Post
do a brother a solid and write a tutorial on how to do that with co-location accounts. Do we have to install the rsynch client on our co-lo server or what?
I'm a Mac user and Macs are unix just like our servers are. Rsync is a command line unix tool.

It basically it does FTP but it's really fast and can be used to sync two directories or two entire servers. In my case my server and a local copy of it on my hard drive. I've automated all of the this using a crontab on my Mac.

Nothing to install on your server, or on a Mac for that matter. Not sure what is available for Windows users.

This is what the rsync command looks like that a crontab on my Mac runs each night.
Code:
rsync -avCP --ignore-errors  --delete --exclude "analog/"  remoteuser@host:/remote/path /local/path/to/backup
To rsync it back,
Code:
rsync -avCP --ignore-errors  --delete --exclude "analog/" /local/path/to/backup remoteuser@host:/remote/path
But there is no need to use rsync at all. I use it because I prefer to work on a copy of my stuff instead of the original in case I mess up. Also because I prefer using Mac's visual tools like drag and drop and BBEdit.

You can also ssh into your server and use command line tools to do search and replace or delete.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo 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 03:00 PM.


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