Need solid basic file-by-file backup program

MplsBob

Senior member
Jul 30, 2000
340
0
0
I need a basic file-by-file backup program to perform backup to an external (USB 3.0) large hard drive that is connected only when needed. No continuous backup, no clouds, no "for our clients" schmaltz. Something like the HOME version of Acronis used to be ( I am afraid to use Acronis after the huge number of problems they were experiencing, don't know if they have things under control even now. Now they are in the business of backing up to the cloud. Their site is all blah-blah-blah accompanied by whirly line drawings and absolutely no meaningful content).

Almost forgot: Compression would be a very desirable feature.

And of course it has to have a boot disk so that I would be able to recover from catastrophic failure.


I hope this is the right forum, tell me if not and tell which is the correct one.
 
Last edited:

Magellan1

Junior Member
Aug 29, 2012
4
0
0
xcopy mentioned above is a really good one, main draw back though is the lack of a user interface...there is also WinDataReflector, which is free and has visual comparison and compression but can't create OS images.
 

CHADBOGA

Platinum Member
Mar 31, 2009
2,135
833
136
When doing back ups, is there a downside to after doing your first back up, only doing incremental back ups to reflect only new files and/or file changes?

Not all of the back up programs allow for this, so that might be why some people don't back up in this fashion, but other than that, is there a good reason to not take this course of action?
 

jolancer

Senior member
Sep 6, 2004
469
0
0
i use: http://www.sysresccd.org/Download
using this linux cmd referenc: http://linux.die.net/man/8/ntfsclone
backup: ntfsclone --save-image --output backup.img /dev/hda1
restore: ntfsclone --restore-image --overwrite /dev/hda1 backup.img

there maybe more user friendly methods but for those who like me prefer less BS even tho it takes a little more research.. method above for example doesn't require installing anything leaves the partition pritty much as is. and on a per-file basis the probably most popular reliable well known customizable linux cmd for that is: rsync ,though i personally havnt learn it yet ;)

When doing back ups, is there a downside to after doing your first back up, only doing incremental back ups to reflect only new files and/or file changes?

Not all of the back up programs allow for this, so that might be why some people don't back up in this fashion, but other than that, is there a good reason to not take this course of action?
Thats probably what Timemachine or whatever its called for OSx does, theres probably linux applications that can do it too that im not aware of.
[EDIT] Oh sorry, unless your not refering to your OperatingSystem Partition?? you mean just your Data Files? if you mean just you Data partition oh theres no problem with that.
 
Last edited: