https://github.com/MasterSoft24/CloudCross
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
https://github.com/MasterSoft24/CloudCross
cloud cloud-mail cloud-storage dropbox google-drive onedrive yandex yandex-disk
Last synced: about 2 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/MasterSoft24/CloudCross
- Owner: MasterSoft24
- License: other
- Created: 2016-01-30T18:03:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T18:30:45.000Z (over 4 years ago)
- Last Synced: 2024-08-01T03:38:35.812Z (10 months ago)
- Topics: cloud, cloud-mail, cloud-storage, dropbox, google-drive, onedrive, yandex, yandex-disk
- Language: C++
- Homepage: https://cloudcross.mastersoft24.ru
- Size: 4.64 MB
- Stars: 208
- Watchers: 18
- Forks: 31
- Open Issues: 19
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGES.MD
- License: LICENSE
Awesome Lists containing this project
README
# The CloudCross Project
## Current version: 1.4.7
Release date: **2020-11-28**Author: **Kamensky Vladimir**
***
**WARNING!! This version has a new Google API Key, and this means that a previous GoogleDrive auth will be broken**
***
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](https://bitbucket.org/programmador/gentoo-overlay/overview) overlay.
For simple including of overlays in Your system [Layman](https://wiki.gentoo.org/wiki/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. makeAs 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