While looking on dselect, I saw there is a port of the BSD
package of dump and restore but it says it is for the ext2 file
system. Is there a Linux dump and restore utility anywhere that
is safe to use with ext3?
The issue is that we have a mixed Unix environment.
There is a number of FreeBSD systems, Debian, Redhat and ubuntu
which all will need to be backed up to a FreeBSD server. Dump
and restore do the job nicely for BSD systems. Whatever we use
should hopefully exist for all platforms.
Thank you.
Martin McCormick WB5AGZ Stillwater, OK
Systems Engineer
OSU Information Technology Department Telecommunications Services Group
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-29-2009, 02:28 PM
Nicolas KOWALSKI
Dump and Restore Utility
On Thu, 29 Jan 2009, Martin McCormick wrote:
> While looking on dselect, I saw there is a port of the BSD
> package of dump and restore but it says it is for the ext2 file
> system. Is there a Linux dump and restore utility anywhere that
> is safe to use with ext3?
Yes, dump is working well with ext3 filesystems, as long as they are not
actively modified. LVM may come to help here.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-29-2009, 03:35 PM
Martin McCormick
Dump and Restore Utility
Nicolas KOWALSKI writes:
> Yes, dump is working well with ext3 filesystems, as long as they are not
> actively modified. LVM may come to help here.
Many thanks. That is a problem more or less with any
backup method that doesn't unmount and convert to read-only a
given file system.
I noticed when I installed dump that the man page states
that it is for ext2/3 file systems so I am not as paranoid as
the little voices make me out to be.
Thanks for the link. That made the little voices come back a bit
but at least I think I know what risks there are.
Martin McCormick
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-29-2009, 04:23 PM
Johannes Wiedersich
Dump and Restore Utility
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Martin McCormick wrote:
> Nicolas KOWALSKI writes:
>> Yes, dump is working well with ext3 filesystems, as long as they
>> are not actively modified. LVM may come to help here.
>
> Many thanks. That is a problem more or less with any backup method
> that doesn't unmount and convert to read-only a given file system.
I use rsync. It's fairly consistent, even if the file system is in use.
Your situation will be worse, however, if, say a data base application
writes a lot to many different files at different times and the
combination of different files might turn out inconsistent.
- From [1]
> Q: What happens if a file is modified while the backup is taking
> place?
>
> A: In rsync, transfers are done to a temporary file, which
> is cut over atomically, so the transfer either happens in its
> entirety or not at all. Basically, rsync does "the right thing," so
> you won't end up with partially-backed-up files. Thanks to Filippo
> Carletti for pointing this out. If you absolutely need a snapshot
> from a single instant in time, consider using Sistina's LVM (see
> reference above).
YMMV.
Johannes
[1] http://www.mikerubel.org/computers/rsync_snapshots/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-31-2009, 02:44 AM
"Douglas A. Tutty"
Dump and Restore Utility
On Thu, Jan 29, 2009 at 06:23:42PM +0100, Johannes Wiedersich wrote:
> Martin McCormick wrote:
> > Nicolas KOWALSKI writes:
> >> Yes, dump is working well with ext3 filesystems, as long as they
> >> are not actively modified. LVM may come to help here.
> >
> > Many thanks. That is a problem more or less with any backup method
> > that doesn't unmount and convert to read-only a given file system.
>
> I use rsync. It's fairly consistent, even if the file system is in use.
> Your situation will be worse, however, if, say a data base application
> writes a lot to many different files at different times and the
> combination of different files might turn out inconsistent.
Shouldn't databases be backed-up with a database dump to a file anyway
rather than backing up the raw database files? You could run the
database dump and pipe the output through ssh to the backup server into
a file there.
Doug.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org