how do i scp .dotfiles??

Randal L. Schwartz merlyn at stonehenge.com
Sun Aug 29 19:12:12 UTC 2010


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

>> 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?


'Gary> 	Sure.  my default is the asterisk.

Well, there's your problem.  Sometimes, you have to actually think
about what you're doing. :)

-- 
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