lafif-a
5/13/2014 - 11:01 AM

Install Copy Sync Ubuntu

Install Copy Sync Ubuntu

wget https://copy.com/install/linux/Copy.tgz
tar -xvzf Copy.tgz

# optional clean-up
rm Copy.tgz


# If your Ubuntu is Ubuntu 64bits:
cd copy/x86_64
# If your Ubuntu is Ubuntu 32bits:
cd copy/x86

#Then:
sudo ./CopyCmd Overlay install

sudo mkdir /opt/copy
sudo cp -r * /opt/copy
cd ../..
rm -r copy
cd /opt/copy 
./CopyAgent &