RE: FreeBSD Backup

2006-12-12 Thread James Long
> Date: Tue, 12 Dec 2006 07:05:18 -0800 (PST) > From: probsd org <[EMAIL PROTECTED]> > Subject: RE: FreeBSD Backup > To: freebsd-questions@freebsd.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=iso-8859-1 > > This is assuming you hav

Re: FreeBSD Backup

2006-12-12 Thread Alex Zbyslaw
Peter A. Giessel wrote: On 2006/12/12 6:05, probsd org seems to have typed: dump -L -0f - / | ssh -C [EMAIL PROTECTED] "cat > /usr/home/login/root.dump The handbook also suggests something to the effect of: /sbin/dump -0uaL -f - / | gzip -2 | ssh [EMAIL PROTECTED] dd of=/www/dumpdir/dump-r

Re: FreeBSD Backup

2006-12-12 Thread Peter A. Giessel
On 2006/12/12 6:05, probsd org seems to have typed: > dump -L -0f - / | ssh -C [EMAIL PROTECTED] "cat > /usr/home/login/root.dump The handbook also suggests something to the effect of: /sbin/dump -0uaL -f - / | gzip -2 | ssh [EMAIL PROTECTED] dd of=/www/dumpdir/dump-root.gz _

RE: FreeBSD Backup

2006-12-12 Thread probsd org
This is assuming you have another account on another freebsd/linux box with a significant amount of space. Works great on a live filesystem. I use /, /var, /tmp, and /usr as examples. dump -L -0f - /usr | ssh -C [EMAIL PROTECTED] "cat > /usr/home/login/usr.dump" dump -L -0f - /tmp | ssh -