[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ideas about moving Debian to another hard drive



"David B. Teague" <teague@WCUVAX1.WCU.EDU> writes:

> Actualy, I'm a lot more concerned with the problem of recursive copy in
> something like. 
>  	cp -ax / /mnt  :(

So just do 

  (cd / && cp -ax `ls | grep -v mnt` mnt)

or something similar.
-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: