Insync

From Alessandro's Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Software that emulates GDrive functions. I use it on Linux and Android.

https://old.insynchq.com/about


installation

vi /etc/yum.repos.d/insync.repo
[insync]
name=insync repo
baseurl=http://yum.insynchq.com/fedora/
gpgcheck=1
gpgkey=https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
enabled=1
repo_gpgcheck=1
metadata_expire=60m
yum install insync-beta-kde
rpm --import https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
  • after launching it, an error message popped up telling me that /opt/firefox/firefox was not found, so I had to work it around in this sloppy way (as root, and obviously having firefox already installed):
mkdir /opt/firefox/
ln -s `which firefox` /opt/firefox/firefox