how do i scp .dotfiles??

Randal L. Schwartz merlyn at stonehenge.com
Sun Aug 29 14:06:34 UTC 2010


>>>>> "'Gary" == 'Gary Kline' <kline at thought.org> writes:

'Gary> 	at least for me, gtar fails to pick up dotfiles.

How did you invoke it?

There's a big difference between:

        cd $HOME && gtar cfz /tmp/xx.tgz . # should get everything

and

        cd $HOME && gtar cfz /tmp/xx.tgz * # will miss all the dotfiles

Did you do the latter, by chance?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion


More information about the freebsd-questions mailing list