|
Home > Archive > Backup Software > February 2005 > Backup software needed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Backup software needed
|
|
| Klaus P. Pieper 2005-02-20, 8:45 pm |
| Hi,
I need to re-install one PC (W2K / NTFS) and want to make a full backup
before. I have an external Maxtor USB with FAT32 (don't want to change
this to NTFS) with enough free space.
The PC is part of a NT domain and sevaral users have their local data on
its hard drive. Running a plain copy (as admin) in Windows explorer
stops when the domain user's files are to be copied (the admin is just a
local user, not a domain user). I tried to give read access to the admin
user for all files but for some reason this stops with an error message
with some files/folders.
Tried Windows backup (NTBACKUP) then. This again stops with an error
message after 4GB as it seems there is no option to split the backup
into files smaller than 4GB (FAT32 can't handle files larger than 4GB).
At the moment, I am just ZIPing the disk to the external drive but this
is not really what I want:
- full backup of a hard drive (more than 4GB)
- data compression
- split automatically into files < 4GB (not enough space to save a full
backup and then split seperately...)
- support all NTFS features in the backup set
- the backup set should be readable / restored by the OS utility
(NTBACKUP), if possible
Does anybody know a good freeware / shareware / commercial software for
this?
Thanks
Klaus
--
reply to: pub dot kp2 dot pieper at ibeq dot com
| |
| Peter Wilkins 2005-02-20, 8:45 pm |
| On Sat, 19 Feb 2005 11:22:44 +0100, "Klaus P. Pieper" <me@privacy.net>
wrote :
>Hi,
>
>I need to re-install one PC (W2K / NTFS) and want to make a full backup=20
>before. I have an external Maxtor USB with FAT32 (don't want to change=20
>this to NTFS) with enough free space.
>
snip
>At the moment, I am just ZIPing the disk to the external drive but this=20
>is not really what I want:
>
>- full backup of a hard drive (more than 4GB)
>- data compression
>- split automatically into files < 4GB (not enough space to save a full=20
>backup and then split seperately...)
>- support all NTFS features in the backup set
>- the backup set should be readable / restored by the OS utility=20
>(NTBACKUP), if possible
>
>Does anybody know a good freeware / shareware / commercial software for=20
>this?
>
I think Dantz Retrospect, Symantec Ghost and Acronis True Image will
all do all that, except for restoring using NTBACKUP - they use their
own software for restore. =20
I like Retrospect best, but that's just my personal preference.
--=20
Regards,
Peter Wilkins
| |
| Howard Kaikow 2005-02-20, 8:45 pm |
| Yes, Retrospect should do all that.
Version was recently released.
I also use an external USB drive for backup, but I set the drive to NTFS, as
I am only using the drive for backup, I see no reason not to use NTFS.
--
http://www.standards.com/; See Howard Kaikow's web site.
"Peter Wilkins" <wilkinsp_nospam@ozemail.com.au> wrote in message
news:20df111uimd2qb0vs364a5h4utf08eif8n@
4ax.com...
On Sat, 19 Feb 2005 11:22:44 +0100, "Klaus P. Pieper" <me@privacy.net>
wrote :
>Hi,
>
>I need to re-install one PC (W2K / NTFS) and want to make a full backup
>before. I have an external Maxtor USB with FAT32 (don't want to change
>this to NTFS) with enough free space.
>
snip
>At the moment, I am just ZIPing the disk to the external drive but this
>is not really what I want:
>
>- full backup of a hard drive (more than 4GB)
>- data compression
>- split automatically into files < 4GB (not enough space to save a full
>backup and then split seperately...)
>- support all NTFS features in the backup set
>- the backup set should be readable / restored by the OS utility
>(NTBACKUP), if possible
>
>Does anybody know a good freeware / shareware / commercial software for
>this?
>
I think Dantz Retrospect, Symantec Ghost and Acronis True Image will
all do all that, except for restoring using NTBACKUP - they use their
own software for restore.
I like Retrospect best, but that's just my personal preference.
--
Regards,
Peter Wilkins
| |
| Klaus P. Pieper 2005-02-20, 8:45 pm |
| Howard Kaikow schrieb:
> Yes, Retrospect should do all that.
> Version was recently released.
>
> I also use an external USB drive for backup, but I set the drive to NTFS, as
> I am only using the drive for backup, I see no reason not to use NTFS.
Thanks for the answers,
I will study those packages. This particular drive is also used in
combination with a linux machine (Linux writing NTFS is still called
"exprimental"). I will hence stay with FAT32, if possible.
Klaus
--
reply to: pub dot kp2 dot pieper at ibeq dot com
| |
| szcs@abuse.co.uk 2005-02-20, 8:45 pm |
|
Klaus P. Pieper wrote:
>
> I will study those packages. This particular drive is also used in
> combination with a linux machine (Linux writing NTFS is still called
> "exprimental").
NTFS support isn't experimental however write support is indeed not
fully implemented yet (non-existent code can't cause any damage). For
example running Linux read-write from a loopback mounted NTFS file,
NTFS cloning (backup/restore), NTFS resizing is stable for over two
years and quite many distributions and companies use them. Some names
are Mandrake, Novell, SUSE, IBM, Debian, Knoppix, etc.
http://linux-ntfs.sourceforge.net/status.html
If you want full backups then ntfsclone could do it fine and quite fast.
| |
| Al Dykes 2005-02-20, 8:45 pm |
| In article <1108913069.059103.42920@g14g2000cwa.googlegroups.com>,
<szcs@abuse.co.uk> wrote:
>
>Klaus P. Pieper wrote:
>
>NTFS support isn't experimental however write support is indeed not
>fully implemented yet (non-existent code can't cause any damage). For
>example running Linux read-write from a loopback mounted NTFS file,
>NTFS cloning (backup/restore), NTFS resizing is stable for over two
>years and quite many distributions and companies use them. Some names
>are Mandrake, Novell, SUSE, IBM, Debian, Knoppix, etc.
>http://linux-ntfs.sourceforge.net/status.html
>
>If you want full backups then ntfsclone could do it fine and quite fast.
>
NTFS R/O is rock solid. Writing to NTFS is "experimantal".
Using Linux to backup a partition as an image doesn't require file
system support. I know people that have been using dd to backup up
NTFS from Linux for years.
--
a d y k e s @ p a n i x . c o m
Don't blame me. I voted for Gore.
| |
| jurij@device-image.de 2005-02-23, 5:49 pm |
| "Klaus P. Pieper" <me@privacy.net> wrote in message news:<37oiblF5e69mcU1@individual.net>...
> Hi,
>
> I need to re-install one PC (W2K / NTFS) and want to make a full backup
> before. I have an external Maxtor USB with FAT32 (don't want to change
> this to NTFS) with enough free space.
>
> The PC is part of a NT domain and sevaral users have their local data on
> its hard drive. Running a plain copy (as admin) in Windows explorer
> stops when the domain user's files are to be copied (the admin is just a
> local user, not a domain user). I tried to give read access to the admin
> user for all files but for some reason this stops with an error message
> with some files/folders.
>
> Tried Windows backup (NTBACKUP) then. This again stops with an error
> message after 4GB as it seems there is no option to split the backup
> into files smaller than 4GB (FAT32 can't handle files larger than 4GB).
>
> At the moment, I am just ZIPing the disk to the external drive but this
> is not really what I want:
>
> - full backup of a hard drive (more than 4GB)
> - data compression
> - split automatically into files < 4GB (not enough space to save a full
> backup and then split seperately...)
> - support all NTFS features in the backup set
> - the backup set should be readable / restored by the OS utility
> (NTBACKUP), if possible
>
> Does anybody know a good freeware / shareware / commercial software for
> this?
>
> Thanks
>
> Klaus
Please visit http://www.device-image.de I think this free software can
do exactly what you want.
Regards,
Jurij
| |
| Klaus P. Pieper 2005-02-23, 5:49 pm |
| jurij@device-image.de schrieb:
>
>
> Please visit http://www.device-image.de I think this free software can
> do exactly what you want.
Probably not in this particular case as it appears that unzsplit will
restore the entire partition, not file by file. But I didn't know this
software, will certainly use it in other cases. Thanks for the link.
Klaus
--
reply to: pub dot kp2 dot pieper at ibeq dot com
|
|
|
|
|