AutoHotkey Community

It is currently May 27th, 2012, 10:55 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 32 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: December 11th, 2006, 9:32 am 
Offline

Joined: March 31st, 2006, 3:39 pm
Posts: 144
Location: New York
Anyone know of a good free backup utility? Preferably one that can do uncompressed incremental backups and has powerful include/exclude rules. I've been using Cobian Backup
http://www2.educ.umu.se/~cobian/
which does most of what I want, but it doesn't create absolute paths when backups are uncompressed.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 11th, 2006, 10:36 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
This is a VB script that utilized rsync for windows to create a backup (on a NTFS drive) of folders and files while maintaining the owner and read/write permissions of the files. For the next backup it creates a new folder but only create hard links for files that have not changed, thus you'll "see" all the files in each folder but it will only be stored once.

www.heise.de/ct/ftp/06/09/126/

Drawback: The comments in the script are in German.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 11th, 2006, 10:45 am 
Offline

Joined: March 31st, 2006, 3:39 pm
Posts: 144
Location: New York
Thanks, but I was looking for something a bit more straight forward and with a windows GUI.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 11th, 2006, 1:39 pm 
With Traybackup you can perform backups not only time depending. You can do it at start or shutdown or manual.

Only german.

http://www.traybackup.de/


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 11th, 2006, 2:00 pm 
Offline

Joined: March 31st, 2006, 3:39 pm
Posts: 144
Location: New York
Thanks again, but I don't speak German and I don't think it's freeware either.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 11th, 2006, 2:25 pm 
Offline

Joined: June 6th, 2006, 3:19 pm
Posts: 1654
Location: Denmark
abakt is freeware: http://www.xs4all.nl/~edienske/abakt/


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 11th, 2006, 3:39 pm 
I did try this a while back. I can't remember what it was like though. It looks like they have a version 2 out now but this version (1.86) looks like its free. I know the one I had was free anyway-

http://www.backupanswers.com/freewinbackup/

I'm actually using Nero Backup software at the moment as it is bundled with nero burning ROM.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 11th, 2006, 9:48 pm 
Offline

Joined: March 31st, 2006, 3:39 pm
Posts: 144
Location: New York
tonne wrote:


Thanks, something like Abakt is exactly what I was looking for.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: December 12th, 2006, 10:40 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
Diamond wrote:
Cobian Backup [...] doesn't create absolute paths when backups are uncompressed.
I chose Cobian after looking at various backup tools (didn't saw Abakt at the time, these utilities are numerous) and it looked fine.
Can you tell more on the issue you found with this software?

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 12th, 2006, 11:52 am 
Offline

Joined: March 31st, 2006, 3:39 pm
Posts: 144
Location: New York
It's basically like I said. If you choose not to use compression, Cobian Backup will not create absolute paths at the destination. For example, if you were trying to backup a folder with the path C:\Backup\Software\Utilities to your E drive, the program would only create E:\Utilities at the destination. If you choose to use ZIP compression, this problem does not occur. I don't know if this is a bug or just an oversight. I Emailed the author about this issue, but I haven't received a response yet.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: SyncBack Freeware
PostPosted: December 12th, 2006, 3:59 pm 
SyncBack Freeware is a great tool, give it a try, you wont regret.


SyncBack Freeware


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2006, 1:15 am 
Offline

Joined: December 13th, 2006, 1:08 am
Posts: 4
FileBackPC from Maximum Output Software has worked like a champ for me. The feature list is very thorough.

Lately, though, I've just used robocopy.exe (from the Windows Server 2003 Resource Kit) and scripted it with good success. I find that I don't use 1/100th of the features in FileBackPC and scripting is more straightforward using robocopy.

-darren


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2006, 1:18 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
darrenf wrote:
FileBackPC from Maximum Output Software has worked like a champ for me. The feature list is very thorough.
It isn't free, looks like a shareware for me. Not a problem for a good software, but subject states "free".

Quote:
Lately, though, I've just used robocopy.exe (from the Windows Server 2003 Resource Kit) and scripted it with good success. I find that I don't use 1/100th of the features in FileBackPC and scripting is more straightforward using robocopy.
Well, I discovered XXCOPY before finding that Robocopy exists, and I never looked at the later...

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2006, 2:10 am 
Offline

Joined: March 31st, 2006, 3:39 pm
Posts: 144
Location: New York
Thanks for all the suggestions guys, but I think I've found everything that I was looking for in Abakt. Anyone who hasn't taken a look at it really should. It's feature list is pretty complete for a free backup utility. Of course, if anyone can think of other possibilities which meet all the requirements, feel free to post them. Mind you, Cobian Backup is just as flexible and if it wasn't for the issue which I mentioned I'd still be using it. It does have a couple of advantages over Abakt like built-in scheduling and the ability to run completely hidden. Oh well, perhaps the problem with Cobian Backup will be addressed in a future release. I'm still waiting to hear back from the author. He usually responds, but sometimes it takes him a while.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2006, 5:24 am 
Offline

Joined: December 13th, 2006, 1:08 am
Posts: 4
PhiLho wrote:
It isn't free, looks like a shareware for me. Not a problem for a good software, but subject states "free".


Absolutely right. I'm sorry I missed that.

-darren


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 32 posts ]  Go to page 1, 2, 3  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can 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 for:
Powered by phpBB® Forum Software © phpBB Group