[Wine] Re: Can I copy my .wine??

vitamin wineforum-user at winehq.org
Mon May 25 11:56:57 CDT 2009


Beartooth wrote:
> Can I copy my .wine??

Yes. The best way - make a tarball, copy to a different machine and extract it. Ex:

Code:
cd ~
tar -czf ~/wine.tar.gz .wine
scp ~/wine.tar.gz new_box:~
ssh new_box tar -xzf wine.tar.gz










More information about the wine-users mailing list