Be Excellent To Each Other

And, you know, party on. Dude.

All times are UTC [ DST ]




Reply to topic  [ 14 posts ] 
Author Message
 Post subject: Bacdafucup
PostPosted: Tue May 11, 2010 9:10 
User avatar

Joined: 30th Mar, 2008
Posts: 16611
Just a quickie really, what do people use to do regular backups of the files on their home PC? I mean what software to backup to an external drive? I'm using Windows 7's built in backup programme but it seems a bit shit. It seems to continuously create one complete backup after another until the drive is full.


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 9:19 
User avatar
ugvm'er at heart...

Joined: 4th Mar, 2010
Posts: 22369
I don't :D

I use a Drobo to put all my large but not the end of the world data on (films, TV shows etc...) and also have a backup of my music on there too. Which should protect me from drive failure.
Out of the those I have my music collection on my main pc, which iTunes looks at.
I also have dropbox setup on all my computers, which stores all the really important stuff I don't want to use.

System files, games, etc... just gets kept on the main PC, and if that goes they just get reinstalled as and when.

The only thing I need to sort out is my photo collection, which is only stored on the Drobo at the moment, I should really get an overnight sync going to another computer...


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 10:04 
User avatar
Master of dodgy spelling....

Joined: 25th Sep, 2008
Posts: 22620
Location: shropshire, uk
what is a drobo?

_________________
MetalAngel wrote:
Kovacs: From 'unresponsive' to 'kebab' in 3.5 seconds


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 10:40 
User avatar
ugvm'er at heart...

Joined: 4th Mar, 2010
Posts: 22369
A NAS for the easily shinied...

http://www.drobo.com/


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 10:44 
User avatar
Master of dodgy spelling....

Joined: 25th Sep, 2008
Posts: 22620
Location: shropshire, uk
I have a NAS (Thanks to the doc).

I also tried the WIN7 back up and as stated swallowed quite a chunk up..

I just really need a simple way of doing backups..

_________________
MetalAngel wrote:
Kovacs: From 'unresponsive' to 'kebab' in 3.5 seconds


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 10:46 
User avatar

Joined: 30th Mar, 2008
Posts: 16611
Yeah all I want is something to copy a set of directories from one place to another every day. I guess I could just write a batch file and then create a scheduled task.


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 10:48 
SupaMod
User avatar
Est. 1978

Joined: 27th Mar, 2008
Posts: 69692
Location: Your Mum
markg wrote:
Yeah all I want is something to copy a set of directories from one place to another every day. I guess I could just write a batch file and then create a scheduled task.

Do you? I'd want something that copied things that had changed in those directories.

_________________
Grim... wrote:
I wish Craster had left some girls for the rest of us.


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 10:49 
User avatar

Joined: 30th Mar, 2008
Posts: 16611
Ideally, I could still do that with xcopy though?


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 10:53 
User avatar
ugvm'er at heart...

Joined: 4th Mar, 2010
Posts: 22369
markg wrote:
Yeah all I want is something to copy a set of directories from one place to another every day. I guess I could just write a batch file and then create a scheduled task.


synctoy and a scheduled task?

http://www.microsoft.com/downloads/deta ... laylang=en


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 10:54 
SupaMod
User avatar
Commander-in-Cheese

Joined: 30th Mar, 2008
Posts: 49239
That's what I do. Robocopy stuff that's changed into my dropbox.

_________________
GoddessJasmine wrote:
Drunk, pulled Craster's pork, waiting for brdyime story,reading nuts. Xz


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 12:15 
User avatar
Can you dig it?

Joined: 5th Apr, 2008
Posts: 4756
Grim... wrote:
markg wrote:
Yeah all I want is something to copy a set of directories from one place to another every day. I guess I could just write a batch file and then create a scheduled task.

Do you? I'd want something that copied things that had changed in those directories.


I want something like that. I tried using the backup software that came with my samsung external HDD and it was shit.

_________________
rumours about the high quality of the butter reached Yerevan


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 12:16 
User avatar

Joined: 30th Mar, 2008
Posts: 16611
I've found this one, it looks a bit shonky but seems to do just what I need:

http://www.karenware.com/powertools/ptreplicator.asp

Thanks, Karen.

Image


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 14:36 
User avatar
Part physicist, part WARLORD

Joined: 2nd Apr, 2008
Posts: 13421
Location: Chester, UK
http://www.backupsoft.net/everydayautobackup.htm

Scans whatever folders/files you choose, however often you want. Backs up whichever files have changed. Freeware.

I use this. It does the job. No complaints.


Top
 Profile  
 
 Post subject: Re: Bacdafucup
PostPosted: Tue May 11, 2010 14:37 
SupaMod
User avatar
Commander-in-Cheese

Joined: 30th Mar, 2008
Posts: 49239
Sir Taxalot wrote:
Grim... wrote:
markg wrote:
Yeah all I want is something to copy a set of directories from one place to another every day. I guess I could just write a batch file and then create a scheduled task.

Do you? I'd want something that copied things that had changed in those directories.


I want something like that. I tried using the backup software that came with my samsung external HDD and it was shit.


Code:
c:\>xcopy /?

_________________
GoddessJasmine wrote:
Drunk, pulled Craster's pork, waiting for brdyime story,reading nuts. Xz


Top
 Profile  
 
Display posts from previous:  Sort by  
Reply to topic  [ 14 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Columbo, Majestic-12 [Bot], The Greys and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search within this thread:
You are using the 'Ted' forum. Bill doesn't really exist any more. Bogus!
Want to help out with the hosting / advertising costs? That's very nice of you.
Are you on a mobile phone? Try http://beex.co.uk/m/
RIP, Owen. RIP, MrC. RIP, Dimmers.

Powered by a very Grim... version of phpBB © 2000, 2002, 2005, 2007 phpBB Group.