Log in

View Full Version : Backup


Ajax_Undone
16th August 2008, 06:25
As you all know by now I blew my computer to crap and lost a lot of information I been looking into automated backup solutions but all cost way to much and are all based on a time frame rather then a per file change situation...

So Rather then breaking the bank on some half assed software that wont do what I want I have decided to go Dos..

There is a little known utility called robocopy.exe it works much like xcopy.exe and copy.exe but with more features...

Here is what I have come up with for a script to save as a bat or cmd file either way it works...

This not only backs up all in the specified directory but it also monitors it for change. I am looking into hiding it as a background process rather then a front end cli... But here is the base script hope it helps....

robocopy "your source directory" "your backup directory" /MIR /E /PURGE /V /MON:1 /R:0

Anyhow anybody with ideas to improve this script or better backup utilities are welcome...


Thanx
:):thanks:~Ajax

mikeytown2
16th August 2008, 08:14
Browse this, u might find something better
http://lifehacker.com/399296/the-lifehacker-editors-favorite-software-and-hardware

My recommendations off the top of my head:
Rsync (http://www.google.com/search?q=Rsync+XP) if your into writing scripts
DriveImage XML Private Edition (http://www.runtime.org/driveimage-xml.htm) for full backup's

Ajax_Undone
16th August 2008, 08:56
Hey thanx bro... Forgot about lifehacker...

jeffy
16th August 2008, 23:35
Would Cobian Backup be good enough for you?
http://www.educ.umu.se/~cobian/cobianbackup.htm

Ajax_Undone
17th August 2008, 01:40
Looks cool thanks I will give it a try

mikeytown2
18th August 2008, 08:15
Found this while looking at slashdot (http://tech.slashdot.org/article.pl?sid=08/08/18/0033208)
http://lifehacker.com/software/backup/create-easy-online-backups-with-jungle-disk-and-amazon-s3-255461.php
It's not free but in the link there are 2 other "free" ones mentioned. Also the comments have some interesting bits to read as well.

VaultOnline
22nd September 2009, 23:41
Sorry to re-open old thread, but it's been a year since the last post and technology has changed. There are now plenty of various online backup services available. Most of them will offer free storage for home users. Just google it. :)

stax76
23rd September 2009, 00:29
Small robocopy.exe and reg.exe GUI I wrote:

http://www.stax76.bplaced.net/index.php?slab=staxbackup