i see so many people having insane problems that sometimes cannot be figured out. always ends up being some stupid bug\conflict that would take a programmer days to figure out. not to say noones help here is needed. but SOME things are almost impossible. and i see alot of people end up just format and reinstall their os. then, having to reinstall everything, updates, motherboard drivers etc... i see the "guides" section is all video related. understandably so. hence the sites name. but i was just thinking that someone could maybe post a "backup" guide here. basic procedures, what a backup is, where to save them etc... i remember calling hp tech support and having the runaround game being played on me..."it's aol's problem, aol telling me it's hp's fault and so on. no, i don't have aol anymore, phew! if noone else wants to do it, i will try to find the time, or post a link to a good site that lays it out easily for beginners. but i don't recall seeing many "novice" sites.
+ Reply to Thread
Results 1 to 3 of 3
-
-
I have a few PCs so I usually choose to run Norton Ghost over the network to another drive. Then if I'm not being too lazy, I'll burn the image to a bootable DVD with the Ghost executable and a short batch file to automatically restore the image. I've been using this method for a while so I'm not the greatest source for 1-PC backup. As somewhat of a safety meausre I don't generally store my documents (docs, music, vids, whatever else I don't want to lose) on a separate partition from my OS so that I can wipe the OS partition clean and reinstall without losing my important data if need be. I make several changes to my system setup all the time so it's rare that I'll actually restore, even when I need to reinstall.
Nothing can stop me now, 'cause I don't care anymore. -
Windows XP comes with a program called "MS Backup". It's under 'Start->All Programs->Accessories->System Tools->Backup'. You can use it to set up a scheduled task to back up your data. Then you can back up the file it creates every week or so.
I run a web server, so I need a little more control... here's what I do. I downloaded the command line version of WinRar and put it in the PATH environment variable. Then I created a .lst file and put it in C:\backup\rar
C:\Backup\Database\helmdb.cab
C:\Backup\Database\helmdb.dat
C:\Backup\MySQL\mysqlbackup.sql
C:\AWStats
C:\Documents and Settings\Administrator\Desktop\downloads
C:\domains
C:\Inetpub
C:\V-Webmail
C:\HELM.Config
C:\WINDOWS\system32\inetsrv\MetaBase.xml
C:\Whatever else I want to back up
c:\mysql\bin\mysqldump -l --all-databases -a --user=root --password=rootpassword -r c:\Backup\MySQL\mysqlbackup.sql
rar a -v1000m -y c:\backup\rar\backup @c:\backup\rar\backup.lst
%windir%\system32\ftp.exe -s:%~f0
goto done
open backups.ev1servers.net
ftp_username
ftp_password
binary
del backup.rar
del backup.part1.rar
del backup.part2.rar
del backup.part3.rar
del backup.part4.rar
del backup.part5.rar
del backup.part6.rar
del backup.part7.rar
del backup.part8.rar
del backup.part9.rar
put c:\Backup\Rar\backup.rar
put c:\Backup\Rar\backup.part1.rar
put c:\Backup\Rar\backup.part2.rar
put c:\Backup\Rar\backup.part3.rar
put c:\Backup\Rar\backup.part4.rar
put c:\Backup\Rar\backup.part5.rar
put c:\Backup\Rar\backup.part6.rar
put c:\Backup\Rar\backup.part7.rar
put c:\Backup\Rar\backup.part8.rar
put c:\Backup\Rar\backup.part9.rar
bye
:done
@echo off
cls
exit
Similar Threads
-
Which drive to use for backup?
By mn072065 in forum ComputerReplies: 7Last Post: 13th May 2011, 11:48 -
Best option to backup DV video to Hard Drive??
By bobn4burton in forum Video ConversionReplies: 2Last Post: 17th Jul 2008, 21:01 -
Free and easy drive backup/restore software
By pcspeak in forum ComputerReplies: 4Last Post: 7th Jun 2008, 23:10 -
transfer to auxilary backup drive
By DrAlanStatham in forum Newbie / General discussionsReplies: 2Last Post: 16th Mar 2008, 01:30 -
Full Backup into a USB hard drive
By edong in forum ComputerReplies: 3Last Post: 11th Sep 2007, 15:19