* [gentoo-user] partition-based backup/cloning tool... @ 2009-05-19 16:59 Jarry 2009-05-19 17:08 ` Dirk Heinrichs ` (2 more replies) 0 siblings, 3 replies; 15+ messages in thread From: Jarry @ 2009-05-19 16:59 UTC (permalink / raw To: gentoo-user Hi, is there some software for "live" partition backup/copying/cloning with raw/smart copying capabilities, like Acronis TrueImage, Norton Ghost or O&O DiskImage in windows-world? Some of them should have linux version (e.g. clonezilla), but I did not find anything in portage... Jarry -- _______________________________________________________________ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 16:59 [gentoo-user] partition-based backup/cloning tool Jarry @ 2009-05-19 17:08 ` Dirk Heinrichs 2009-05-19 17:50 ` Jarry 2009-05-20 0:35 ` Jacob Todd 2009-05-20 16:02 ` [gentoo-user] " walt 2 siblings, 1 reply; 15+ messages in thread From: Dirk Heinrichs @ 2009-05-19 17:08 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 271 bytes --] Am Dienstag, 19. Mai 2009 18:59:06 schrieb Jarry: > is there some software for "live" partition backup/copying/cloning > with raw/smart copying capabilities, like Acronis TrueImage, Norton > Ghost or O&O DiskImage in windows-world? What's wrong with dd? Bye... Dirk [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 190 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 17:08 ` Dirk Heinrichs @ 2009-05-19 17:50 ` Jarry 2009-05-19 18:06 ` Neil Bothwick 0 siblings, 1 reply; 15+ messages in thread From: Jarry @ 2009-05-19 17:50 UTC (permalink / raw To: gentoo-user Dirk Heinrichs wrote: >> is there some software for "live" partition backup/copying/cloning >> with raw/smart copying capabilities, like Acronis TrueImage, Norton >> Ghost or O&O DiskImage in windows-world? > > What's wrong with dd? Nothing. But this is what I expect from such a software: 1. backup of partition in use (sync disk, snapshot of partition) 2. "smart" copying (only sectors with data) 3. automatic partition recovery (including partition-table) Jarry -- _______________________________________________________________ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 17:50 ` Jarry @ 2009-05-19 18:06 ` Neil Bothwick 2009-05-19 18:28 ` Jarry 0 siblings, 1 reply; 15+ messages in thread From: Neil Bothwick @ 2009-05-19 18:06 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 492 bytes --] On Tue, 19 May 2009 19:50:59 +0200, Jarry wrote: > Nothing. But this is what I expect from such a software: > > 1. backup of partition in use (sync disk, snapshot of partition) > 2. "smart" copying (only sectors with data) > 3. automatic partition recovery (including partition-table) Then use LVM and tar. Otherwise, trying to backup an in-use partition can result in inconsistencies. -- Neil Bothwick Did you know that eskimos have 17 different words for linguist ? [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 18:06 ` Neil Bothwick @ 2009-05-19 18:28 ` Jarry 2009-05-19 18:42 ` Re[2]: " Sergey A. Kobzar ` (2 more replies) 0 siblings, 3 replies; 15+ messages in thread From: Jarry @ 2009-05-19 18:28 UTC (permalink / raw To: gentoo-user Neil Bothwick wrote: > On Tue, 19 May 2009 19:50:59 +0200, Jarry wrote: > >> Nothing. But this is what I expect from such a software: >> >> 1. backup of partition in use (sync disk, snapshot of partition) >> 2. "smart" copying (only sectors with data) >> 3. automatic partition recovery (including partition-table) > > Then use LVM and tar. Otherwise, trying to backup an in-use partition > can result in inconsistencies. I'm using O&O DiskImage with WinXP, and never had any inconsistency while doing backup of "live" partition. I'd like to have the same possibility with linux. But maybe I simply expect too much... Concerning LVM: IIRC it is not recommended to use lvm for /boot or / partition (maybe this has changed since I tested lvm last time). And finally, tar is file-based backup/recovery tool. It does not take care of partition table (sizes, flags, names, etc) nor for boot loader. And it is less comfortable, you must exclude some directories (/proc, /dev). What I need is a tool which can quickly and easily backup/restore the whole disk. Fully automatic action is highly prefered. I think partition-based backup/cloning software is better suited for this... Jarry -- _______________________________________________________________ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re[2]: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 18:28 ` Jarry @ 2009-05-19 18:42 ` Sergey A. Kobzar 2009-05-19 22:56 ` Neil Bothwick 2009-05-20 15:52 ` Dirk Heinrichs 2 siblings, 0 replies; 15+ messages in thread From: Sergey A. Kobzar @ 2009-05-19 18:42 UTC (permalink / raw To: gentoo-user Tuesday, May 19, 2009, 9:28:44 PM, Jarry wrote: > Neil Bothwick wrote: >> On Tue, 19 May 2009 19:50:59 +0200, Jarry wrote: >> >>> Nothing. But this is what I expect from such a software: >>> >>> 1. backup of partition in use (sync disk, snapshot of partition) >>> 2. "smart" copying (only sectors with data) >>> 3. automatic partition recovery (including partition-table) >> >> Then use LVM and tar. Otherwise, trying to backup an in-use partition >> can result in inconsistencies. > I'm using O&O DiskImage with WinXP, and never had any inconsistency > while doing backup of "live" partition. I'd like to have the same > possibility with linux. But maybe I simply expect too much... > Concerning LVM: IIRC it is not recommended to use lvm for /boot or > / partition (maybe this has changed since I tested lvm last time). > And finally, tar is file-based backup/recovery tool. It does not > take care of partition table (sizes, flags, names, etc) nor for > boot loader. And it is less comfortable, you must exclude some > directories (/proc, /dev). What I need is a tool which can quickly > and easily backup/restore the whole disk. Fully automatic action > is highly prefered. I think partition-based backup/cloning software > is better suited for this... snapshots + rsync? > Jarry -- Sergey ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 18:28 ` Jarry 2009-05-19 18:42 ` Re[2]: " Sergey A. Kobzar @ 2009-05-19 22:56 ` Neil Bothwick 2009-05-19 23:31 ` Peter Humphrey 2009-05-20 15:52 ` Dirk Heinrichs 2 siblings, 1 reply; 15+ messages in thread From: Neil Bothwick @ 2009-05-19 22:56 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1661 bytes --] On Tue, 19 May 2009 20:28:44 +0200, Jarry wrote: > > Then use LVM and tar. Otherwise, trying to backup an in-use partition > > can result in inconsistencies. > > I'm using O&O DiskImage with WinXP, and never had any inconsistency > while doing backup of "live" partition. I'd like to have the same > possibility with linux. But maybe I simply expect too much... A live partition will, by definition, be changing, so how can you guarantee consistency? > Concerning LVM: IIRC it is not recommended to use lvm for /boot or > / partition (maybe this has changed since I tested lvm last time). Not for /boot, no, but for everything else. > And finally, tar is file-based backup/recovery tool. It does not > take care of partition table (sizes, flags, names, etc) nor for > boot loader. With LVM, you don't need to worry about partition tables so much. You can use exclusively primary partitions, so those and the bootloader can be backed up with dd on the first 512 bytes of the disk. > And it is less comfortable, you must exclude some > directories (/proc, /dev). No, you just use the one-filesystem option to backup individual filesystems. > What I need is a tool which can quickly > and easily backup/restore the whole disk. Fully automatic action > is highly prefered. I think partition-based backup/cloning software > is better suited for this... Then you want something like Clonezilla, which you mentioned in your original post. It's not in portage because it's a live CD, and that's the only safe way to do a whole disk backup. -- Neil Bothwick Friends may come and go, but enemies accumulate. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 22:56 ` Neil Bothwick @ 2009-05-19 23:31 ` Peter Humphrey 2009-05-20 0:24 ` Neil Bothwick 0 siblings, 1 reply; 15+ messages in thread From: Peter Humphrey @ 2009-05-19 23:31 UTC (permalink / raw To: gentoo-user On Tuesday 19 May 2009 23:56:48 Neil Bothwick wrote: > it's a live CD, and that's the only safe way to do a whole disk backup. Well, no. I have a small rescue partition on each of my Gentoo boxes, not necessarily on the physical disk to be backed up. Quite useful from time to time, such as when doing backups. -- Rgds Peter ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 23:31 ` Peter Humphrey @ 2009-05-20 0:24 ` Neil Bothwick 0 siblings, 0 replies; 15+ messages in thread From: Neil Bothwick @ 2009-05-20 0:24 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 554 bytes --] On Wed, 20 May 2009 00:31:32 +0100, Peter Humphrey wrote: > > it's a live CD, and that's the only safe way to do a whole disk > > backup. > > Well, no. I have a small rescue partition on each of my Gentoo boxes, > not necessarily on the physical disk to be backed up. Quite useful from > time to time, such as when doing backups. That's the same thing really,booting from a separate device. A USB stick would do as well, as would a network boot. -- Neil Bothwick Any sufficiently advanced bug is indistinguishable from a feature. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 18:28 ` Jarry 2009-05-19 18:42 ` Re[2]: " Sergey A. Kobzar 2009-05-19 22:56 ` Neil Bothwick @ 2009-05-20 15:52 ` Dirk Heinrichs 2 siblings, 0 replies; 15+ messages in thread From: Dirk Heinrichs @ 2009-05-20 15:52 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 285 bytes --] Am Dienstag, 19. Mai 2009 20:28:44 schrieb Jarry: > Concerning LVM: IIRC it is not recommended to use lvm for /boot or > / partition (maybe this has changed since I tested lvm last time). /boot: Of course not. /: Was possible ever since (given that /boot is separate). Bye... Dirk [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 190 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] partition-based backup/cloning tool... 2009-05-19 16:59 [gentoo-user] partition-based backup/cloning tool Jarry 2009-05-19 17:08 ` Dirk Heinrichs @ 2009-05-20 0:35 ` Jacob Todd 2009-05-20 16:02 ` [gentoo-user] " walt 2 siblings, 0 replies; 15+ messages in thread From: Jacob Todd @ 2009-05-20 0:35 UTC (permalink / raw To: gentoo-user On Tue, May 19, 2009 at 06:59:06PM +0200, Jarry wrote: > Hi, > > is there some software for "live" partition backup/copying/cloning > with raw/smart copying capabilities, like Acronis TrueImage, Norton > Ghost or O&O DiskImage in windows-world? > > Some of them should have linux version (e.g. clonezilla), but I did > not find anything in portage... > > Jarry > -- > _______________________________________________________________ > This mailbox accepts e-mails only from selected mailing-lists! > Everything else is considered to be spam and therefore deleted. > Clonezilla? ^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-user] Re: partition-based backup/cloning tool... 2009-05-19 16:59 [gentoo-user] partition-based backup/cloning tool Jarry 2009-05-19 17:08 ` Dirk Heinrichs 2009-05-20 0:35 ` Jacob Todd @ 2009-05-20 16:02 ` walt 2009-05-20 16:48 ` Jacques Montier 2009-05-20 17:01 ` Jarry 2 siblings, 2 replies; 15+ messages in thread From: walt @ 2009-05-20 16:02 UTC (permalink / raw To: gentoo-user Jarry wrote: > Hi, > > is there some software for "live" partition backup/copying/cloning > with raw/smart copying capabilities, like Acronis TrueImage, Norton > Ghost or O&O DiskImage in windows-world? > > Some of them should have linux version (e.g. clonezilla), but I did > not find anything in portage... I just noticed sys-block/partimage, which may do what you want, but I've never used it. One of the patchfiles mentions mbr_backup.cpp, which sounds promising. Hey, it's free so give it a try. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Re: partition-based backup/cloning tool... 2009-05-20 16:02 ` [gentoo-user] " walt @ 2009-05-20 16:48 ` Jacques Montier 2009-05-20 17:01 ` Jarry 1 sibling, 0 replies; 15+ messages in thread From: Jacques Montier @ 2009-05-20 16:48 UTC (permalink / raw To: gentoo-user walt a gentiment tapote: > Jarry wrote: >> Hi, >> >> is there some software for "live" partition backup/copying/cloning >> with raw/smart copying capabilities, like Acronis TrueImage, Norton >> Ghost or O&O DiskImage in windows-world? >> >> Some of them should have linux version (e.g. clonezilla), but I did >> not find anything in portage... > > I just noticed sys-block/partimage, which may do what you want, but > I've never used it. One of the patchfiles mentions mbr_backup.cpp, > which sounds promising. Hey, it's free so give it a try. > > > Hi, I use Partimage for years and it works fine ! Cheers, -- Jacques ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Re: partition-based backup/cloning tool... 2009-05-20 16:02 ` [gentoo-user] " walt 2009-05-20 16:48 ` Jacques Montier @ 2009-05-20 17:01 ` Jarry 2009-05-20 18:33 ` Neil Bothwick 1 sibling, 1 reply; 15+ messages in thread From: Jarry @ 2009-05-20 17:01 UTC (permalink / raw To: gentoo-user walt wrote: >> is there some software for "live" partition backup/copying/cloning > > I just noticed sys-block/partimage, which may do what you want Thanks man, that's exactly what I have been looking for! Not dd, lvm, tar, rsync... Jarry -- _______________________________________________________________ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] Re: partition-based backup/cloning tool... 2009-05-20 17:01 ` Jarry @ 2009-05-20 18:33 ` Neil Bothwick 0 siblings, 0 replies; 15+ messages in thread From: Neil Bothwick @ 2009-05-20 18:33 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 487 bytes --] On Wed, 20 May 2009 19:01:13 +0200, Jarry wrote: > >> is there some software for "live" partition backup/copying/cloning > > > > I just noticed sys-block/partimage, which may do what you want > > Thanks man, that's exactly what I have been looking for! > Not dd, lvm, tar, rsync... partimage can't backup in use filesystems. Clonezilla uses partimage AFAIR. -- Neil Bothwick Software: (n.) That which hardware manufacturers can blame for physical failures. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2009-05-20 18:33 UTC | newest] Thread overview: 15+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-05-19 16:59 [gentoo-user] partition-based backup/cloning tool Jarry 2009-05-19 17:08 ` Dirk Heinrichs 2009-05-19 17:50 ` Jarry 2009-05-19 18:06 ` Neil Bothwick 2009-05-19 18:28 ` Jarry 2009-05-19 18:42 ` Re[2]: " Sergey A. Kobzar 2009-05-19 22:56 ` Neil Bothwick 2009-05-19 23:31 ` Peter Humphrey 2009-05-20 0:24 ` Neil Bothwick 2009-05-20 15:52 ` Dirk Heinrichs 2009-05-20 0:35 ` Jacob Todd 2009-05-20 16:02 ` [gentoo-user] " walt 2009-05-20 16:48 ` Jacques Montier 2009-05-20 17:01 ` Jarry 2009-05-20 18:33 ` Neil Bothwick
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox