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