Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Apr 2008 11:31:27 -0700
From:      John Webster <jwebster@es.net>
To:        Paul Schmehl <pauls@utdallas.edu>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Remote backups using ssh and dump
Message-ID:  <821B479497FEC6201E3FBB0D@jw-laptop.dhcp.lbnl.us>
In-Reply-To: <4E73E577666CE823A7212C54@utd65257.utdallas.edu>
References:  <4E73E577666CE823A7212C54@utd65257.utdallas.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
--==========7CAC0365469087DE3A75==========
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

We use the following in a script to backup our servers.

/bin/ssh -q -o 'BatchMode yes' -l <user> <host>  '/sbin/dump -h 0 -0uf - /home \
| /usr/bin/gzip --fast' 2> /path/to/logs/<host>/home_full.dump.log
    > /backups/<host>_home_full.dump.gz


--On April 4, 2008 12:59:27 PM -0500 Paul Schmehl <pauls@utdallas.edu> wrote:

> Has anyone done this?
> 
> I'm presently using rsync over ssh, but I think dump would be better if it will work.  I've been reading the man page, but I'm wondering if anyone is doing this successfully and would like to share their cmdline.
> 
> -- 
> Paul Schmehl (pauls@utdallas.edu)
> Senior Information Security Analyst
> The University of Texas at Dallas
> http://www.utdallas.edu/ir/security/
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 




--==========7CAC0365469087DE3A75==========
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)

iD8DBQFH9nP/Bf+aYL5/Y60RAlAzAKDLKUi7wIZ1h5SFotQnMsaGM0cs7ACgl+Y4
1mzR/jSyCM6ywBFPg4fkomA=
=ReXI
-----END PGP SIGNATURE-----

--==========7CAC0365469087DE3A75==========--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?821B479497FEC6201E3FBB0D>