On 27 August 2010 20:13, Polytropon <free...@edvax.de> wrote:

> On Fri, 27 Aug 2010 12:21:12 -0500, Gary Gatten <ggat...@waddell.com>
> wrote:
> > Rename them, copy, then rename them back?
>
> Not good for a whole bunch of files; in this case: tar them together,
> transfer the archive, untar it; rename afterwards if needed. :-)
>
>
>
> --
> Polytropon
> Magdeburg, Germany
> Happy FreeBSD user since 4.0
> Andra moi ennepe, Mousa, ...
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"
>

or

sudo tar cf - /somepath | ssh x...@y " sudo tar xvf - -C somepath "

I agree with other posts though rsync is the easiest
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to