rootminus1.com update

Anubis

No Lifer
Aug 31, 2001
78,712
427
126
tbqhwy.com
ok the site is back online, if its not wait for DNS cause it is up here

now i got GOOD news and BAD news

Good news is that I have ALL of your photos, so everything from 3 days ago and back i have so if you wnat it i "should" be able to find it, coppermine does not link folders to usernames, however if you email me and you really need your images i can get them....

the BAD news is that the Database that is being put back in is from February, so coppermine wont recognize any images that have been uploaded since, yea that a lot of images, and there is no way for me to get them back into the database that I know of, so everyone is going to have to Reregister and reupload their images if they still want them hosted

the site will still be there and itll be /pics for now but everyone that is going to keep hosting on the site will have to reregister in

http://www.rootminus1.com/freepics/

im ripping down all the old images now, 1.5gigs will take all night, im eventually going to DELETE the /pics directory only after those that have need/want their pics get them, and everything from now on in will be in /freepics, again if you want your old imaged back, i will deal with it on a user to user basis, please Email me if you require this


i know that?s kinda sucky, but thats the way it is, and seeing as its free you shouldn?t complain
 

RossMAN

Grand Nagus
Feb 24, 2000
79,020
435
136
Lesson learned: BACKUP BACKUP BACKUP

You cannot rely on your web host to always back, sometimes the backups themselves are corrupt.
 

Zee

Diamond Member
Nov 27, 1999
5,171
3
76
Originally posted by: RossMAN
Lesson learned: BACKUP BACKUP BACKUP

You cannot rely on your web host to always back, sometimes the backups themselves are corrupt.

Amen, i came out relatively unscathed from the telnap crash :thumbsup:
 

fs5

Lifer
Jun 10, 2000
11,774
1
0
Originally posted by: Zee
Originally posted by: RossMAN
Lesson learned: BACKUP BACKUP BACKUP

You cannot rely on your web host to always back, sometimes the backups themselves are corrupt.

Amen, i came out relatively unscathed from the telnap crash :thumbsup:

I didn't :( and mine won't be back up until tomorrow. You know there's one source you CAN depend on:

http://www.google.com/search?hl=en&q=site%3Aspicytuna.net&btnG=Google+Search

Just a matter of getting the text back into the wordpress sql
 

RossMAN

Grand Nagus
Feb 24, 2000
79,020
435
136
Originally posted by: Zee
Originally posted by: RossMAN
Lesson learned: BACKUP BACKUP BACKUP

You cannot rely on your web host to always back, sometimes the backups themselves are corrupt.

Amen, i came out relatively unscathed from the telnap crash :thumbsup:

You are one of the few who actually has a recent backup.

I feel sorry for my clients but they were cautioned MONTHS AGO to BACKUP BACKUP BACKUP.

Now comes the dreaded "told ya so" :)

Soon ALL my web sites will be automatically backed up to my account with BQBackup.com

$5/mo for 10GB storage
 

Zee

Diamond Member
Nov 27, 1999
5,171
3
76
Originally posted by: RossMAN
Originally posted by: Zee
Originally posted by: RossMAN
Lesson learned: BACKUP BACKUP BACKUP

You cannot rely on your web host to always back, sometimes the backups themselves are corrupt.

Amen, i came out relatively unscathed from the telnap crash :thumbsup:

You are one of the few who actually has a recent backup.

I feel sorry for my clients but they were cautioned MONTHS AGO to BACKUP BACKUP BACKUP.

Now comes the dreaded "told ya so" :)

Soon ALL my web sites will be automatically backed up to my account with BQBackup.com

$5/mo for 10GB storage

that's one way to do it but i disagree with that. i think people should just save their backups on their own harddrive, or if like me, on a second rarely used slow as ass old pc with a big ide harddrive. ;)
 
Aug 25, 2004
11,151
1
81
Originally posted by: RossMAN
Originally posted by: Zee
Originally posted by: RossMAN
Lesson learned: BACKUP BACKUP BACKUP

You cannot rely on your web host to always back, sometimes the backups themselves are corrupt.

Amen, i came out relatively unscathed from the telnap crash :thumbsup:

You are one of the few who actually has a recent backup.

I feel sorry for my clients but they were cautioned MONTHS AGO to BACKUP BACKUP BACKUP.

Now comes the dreaded "told ya so" :)

Soon ALL my web sites will be automatically backed up to my account with BQBackup.com

$5/mo for 10GB storage

http://www.strongspace.com/ is another backup service, run by the guys at Textdrive, starting at $8/month for 4GB.

This perl script will back up your mysql databases and email them to any account. doesn't hurt to have your sql data backed up to gmail.
 

darkjester

Golden Member
Aug 14, 2001
1,424
0
0
Originally posted by: George P Burdell
This perl script will back up your mysql databases and email them to any account. doesn't hurt to have your sql data backed up to gmail.
Link seems to be broken (at the forum site, not your actual linking). Bummer. :( Would you happen to have a local copy of that script that you could share (PM or otherwise)? Much appreciated!!

Board Message

Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.
The error returned was:

Sorry, the link that brought you to this page seems to be out of date or broken.
 
Aug 25, 2004
11,151
1
81
Originally posted by: darkjester
Originally posted by: George P Burdell
This perl script will back up your mysql databases and email them to any account. doesn't hurt to have your sql data backed up to gmail.
Link seems to be broken (at the forum site, not your actual linking). Bummer. :( Would you happen to have a local copy of that script that you could share (PM or otherwise)? Much appreciated!!

Board Message

Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.
The error returned was:

Sorry, the link that brought you to this page seems to be out of date or broken.

hmmm... my bookmarks are outdated :(

I have the original file with me though.. lemme try copy-pasting it here (if Fusetalk lets me do that without changing the code). The guy who wrote it meant for it to be used with a cron job, so you could schedule it to run every day/week.

#!/usr/bin/perl

# This is a simple script to place in your cron jobs that will email you
# backups of your databases. By doing this, you will have automated backups
# of your databases sent to you on a routine basis. Then, you will have peace
# of mind knowing that if your databases vanish, you have recent backups.

# Installation and Usage:
# you will have to rename the file sql_backup.pl and make sure it has
# executable permission set (mode 755 will work)
# To install:
# download and save this script
# open the file in a text editor (like Notepad)
# edit the variables $user,$password,@dbs,$email and $tmp_dir
# (make sure you leave off your username from the database names. for a
# complete list, check out your backup section on cPanel)
# save the document and then rename it to sql_backup.pl
# upload the file to your home directory
# make sure that it has been renamed to sql_backup.pl
# make sure that it is executable (mode 755)
# make sure that you have a tmp/ directory in your home directory
# NOTE: if you want to have a backup compatible with cPanel's restore
# mechanism, leave the $dump_opts alone. Only change this if you know what
# you are doing.
# Usage:
# Go to your cPanel and click on "Cron jobs"
# Click on standard
# Enter a valid email address in the top entry. This is where any output
# from the script will be sent in case the script fails.
# In the entry box "Command to run" enter: /home/yourusername/sql_backup.pl
# The default configuration is to have the script run every day at 3am
# If you want to change this, simply alter the config you see on your
# screen
# For instance, if you want it to run every Sunday, just click on Sunday in
# the weekday selection box.
#
# Test the script out by setting it to run once every minute. After you
# are confident that it will work correctly, set it to once a day/once a
# week.
#
# Click "Save Crontab"
#
# Depending on when you set it up to run, you will receive an email with all
# of your databases you listed at that time.
# To restore your databases:

#
# Enjoy!

# October 2003 - David Sierkowski (scripts@phonism.net)

# (from the BSD license. in short, I'm not accountable for anything this script does to you.)
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

use MIME::Lite;

# make sure this is your cPanel username
$user = "yourusername";

# enter your cPanel password here
$password = "yourpassword";

# enter the list of databases you want to have sent to you
# leave off your username. use the database names listed on your backup page
# in cPanel
@dbs = qw(database1 phpwebsite misc etc);

# the email address you want these backups sent to
# make sure you place a '' before the @ in your email address
# otherwise, the script will fail
$email = "you@mailhost.net";

# this should be /home/yourusername/tmp or /home2/yourusername/tmp
# go with /home/ and if the script fails, switch it to /home2/
$tmp_dir = "/home/yourusername/tmp";

# mysqldump options to make a cPanel restore compatible dump
$dump_opts = "-c --add-drop-table";

##############################
# DO NOT EDIT BELOW THIS LINE!!!!!!!!!!
##############################

$msg_file = $tmp_dir . "/msg.txt";
$date = `date +'%m-%d-%Y'`;

open(MSG,">$msg_file");
print MSG "Here are the MySQL Dumps, generated by SQL_Backup: n";
print MSG "nThe following databases are enclosed: nn";

foreach $db (@dbs){
system("mysqldump $dump_opts --user=$user --password=$password $user_$db > $tmp_dir/$db.sql");
system("gzip -f $tmp_dir/$db.sql");
print MSG "t $dbn";
push(@atts,"$tmp_dir/$db.sql.gz");
}
print MSG "n";
close(MSG);

# usage of MIME::Lite taken from:
# http://www3.primushost.com/~kylet/mail-att.txt

# use MIME::Lite to send a multipart message
$subject = "MySQL Backup Dumps For $date";
$msg = new MIME::Lite
From => "$ENV{LOGNAME}",
To => "$email",
Subject => "$subject",
Type => 'multipart/mixed';

attach $msg
Type => 'text/plain',
Path => "$msg_file";

foreach $db (@dbs){
attach $msg
Type => "application/x-gzip",
Encoding => 'base64',
Path => "$tmp_dir/$db.sql.gz";
Filename => "$db.sql.gz";
}

open(SENDMAIL,"| /usr/sbin/sendmail -t -oi");
$msg->print(*SENDMAIL);
close(SENDMAIL);
 

Anubis

No Lifer
Aug 31, 2001
78,712
427
126
tbqhwy.com
Originally posted by: Zee
Originally posted by: RossMAN
Lesson learned: BACKUP BACKUP BACKUP

You cannot rely on your web host to always back, sometimes the backups themselves are corrupt.

Amen, i came out relatively unscathed from the telnap crash :thumbsup:

as much as I agree with you ross im not too concerned about the FREE pic hosting i run

i also host my own pica and they were backed up :p and that part is allready back to how it was 3 days ago