The Wayback Machine - https://web.archive.org/web/20200913102953/https://github.com/MasterSoft24/CloudCross
Skip to content

CloudCross it's opensource crossplatform software for syncronization a local files and folders with many cloud providers. On this moment a Cloud Mail.Ru, Yandex.Disk, Google drive, OneDrive and Dropbox support is available

master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.MD

The CloudCross Project

Current version: 1.4.6

Release date: 2020-01-16

Author: Kamensky Vladimir

The CloudCross is a open source project for a synchronization between your devices and various cloud storages. This software is a cross-platform and could be run on Linux, Windows and Mac OS.

CloudCross allows you to sync only a portion of the local/remote files and folders using black or white lists (.include and .exclude files). At the same time you have the opportunity to choose which files have the advantage - local or remote. Thus, you can keep relevance either local files or files on cloud storage.

For install on Gentoo Linux and hopefully its derivatives (Funtoo, Calculate etc.)

a CloudCross ebuild may be found in programmador overlay.

For simple including of overlays in Your system Layman may be used:

layman -a -s programmador

Now CloudCross should be installable:

emerge --ask net-misc/cloudcross

For install on deb-based distributions (Debian,Ubuntu,Linux Mint):

sudo apt-get install build-essential qt5-default qtbase5-dev qt5-qmake libcurl4-openssl-dev

For install on rpm-based distributions (Redhat,CentOS, Fedora, Alt Linux):

yum groupinstall 'Development Tools'

yum install qt5-qtbase qt5-qtbase-devel curl-devel

For install on Arch Linux:

pacman -S base-devel qt5-base curl

Then to build CloudCross from source follow the next sequence:

  1. Download archive.
  2. Unpack it.
  3. Go to unpacked folder.
  4. mkdir build
  5. cd build
  6. qmake ../CloudCross.pro
  7. make

As a result, in the build directory will be appears a three subdirectories with a result of compilation. In a ccross-app folder we need a ccross file, in a ccross-curl-executor we need a ccross-curl file. These two file is a main CloudCross executables. Copy these files to /usr/bin directory.

For detailed usage instructions see https://cloudcross.mastersoft24.ru/usage

About

CloudCross it's opensource crossplatform software for syncronization a local files and folders with many cloud providers. On this moment a Cloud Mail.Ru, Yandex.Disk, Google drive, OneDrive and Dropbox support is available

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.