Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 21:23:46 +0200
From:      Timm Wimmers <timm@ticore.de>
To:        Chris Maness <chris@chrismaness.com>, freebsd-questions@freebsd.org
Subject:   Re: AFP Client in FreeBSD
Message-ID:  <4A300842.9030908@ticore.de>
In-Reply-To: <b2e0a4330906101131t72bf144cy7360a6b4cde65360@mail.gmail.com>
References:  <b2e0a4330906101045s6d15dcgbab009925b036e83@mail.gmail.com>	<a8139f990906101117o44ef0ea9l857746430b815801@mail.gmail.com> <b2e0a4330906101131t72bf144cy7360a6b4cde65360@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Maness schrieb:

> Well I am using the dump command, and I am not sure if I want to dump
> to the same partition that I am backing up.
> 
> Can I use rsync to pipe the dump output via ssh?

rsync works on files, dump on filesystems.

If you want to use dump, the fine FreeBSD manuals says:

# /sbin/dump -0uan -f - /usr | 			\
	gzip -2 | ssh -c blowfish 		\
	targetuser@targetmachine.example.com 	\
	dd of=/mybigfiles/dump-usr-l0.gz

man ssh for setting up authentication with keys.

On the mac, you must enable remote login under "Systempanel -> Sharing
-> Services" if I remember correctly.

-- 
Timm





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