All Projects → rsyncOSX → Rcloneosx

rsyncOSX / Rcloneosx

Licence: mit
A macOS GUI for rclone

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Rcloneosx

Quiz App
A repository reflecting the progress made on the "How to Build iOS Apps with Swift, TDD & Clean Architecture" YouTube series, by Caio & Mike.
Stars: ✭ 230 (-7.63%)
Mutual labels:  xcode
Photoslider
PhotoSlider is a simple photo slider and can delete slider with swiping.
Stars: ✭ 237 (-4.82%)
Mutual labels:  xcode
Showingithub
Xcode plugin to open the GitHub page of the commit of the currently selected line in the editor window.
Stars: ✭ 243 (-2.41%)
Mutual labels:  xcode
Build Openssl Curl
Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 1.1.1 with TLS 1.3 and Mac Catalyst builds.
Stars: ✭ 230 (-7.63%)
Mutual labels:  xcode
Figma Export
Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
Stars: ✭ 235 (-5.62%)
Mutual labels:  xcode
Xcodewarnings
xcconfig to enable lots of Xcode warnings
Stars: ✭ 239 (-4.02%)
Mutual labels:  xcode
Awesome Xcode Extensions
Awesome native Xcode extensions.
Stars: ✭ 2,628 (+955.42%)
Mutual labels:  xcode
Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (-0.8%)
Mutual labels:  xcode
Qrcodereader
Barcode and QR code reader built in Swift
Stars: ✭ 237 (-4.82%)
Mutual labels:  xcode
Index Import
Tool to import swiftc and clang index-store files into Xcode
Stars: ✭ 240 (-3.61%)
Mutual labels:  xcode
Reveal Plugin For Xcode
Plugin for Xcode to integrate the Reveal App to your project automatic.
Stars: ✭ 232 (-6.83%)
Mutual labels:  xcode
Loolocator
A simple iOS app that fetches the crowd-sourced data from OpenStreetMaps, and shows toilets within walking distance.
Stars: ✭ 234 (-6.02%)
Mutual labels:  xcode
Expenso Ios
A Simple Expense Tracker App built to demonstrate the use of SwiftUI, CoreData, Charts, Biometrics (Face & Touch ID) and MVVM Architecture.
Stars: ✭ 191 (-23.29%)
Mutual labels:  xcode
Kuri
Automatically generates from template and imports it into Xcode project.
Stars: ✭ 231 (-7.23%)
Mutual labels:  xcode
Swiftui Sliders
🚀 SwiftUI Sliders with custom styles
Stars: ✭ 241 (-3.21%)
Mutual labels:  xcode
Gooby
Gooby: The ultimate infinite Plex media server using a VPS and Cloud service
Stars: ✭ 230 (-7.63%)
Mutual labels:  rclone
Clock Bar
Macbook | Clock, right on the touch bar
Stars: ✭ 237 (-4.82%)
Mutual labels:  xcode
Autoarchive
一个基于Jenkins的iOS/Android自动构建系统,它实现了最大程度的自动化,让你的iOS自动打包,Android自动打包流程变得更加高效。此项目包含了各种实现细节的讲解说明,你能够使用它解决大多数跟客户端构建/分发相关的问题,并将这种能力进行开放,提高研发效率。
Stars: ✭ 248 (-0.4%)
Mutual labels:  xcode
Ipadownload
Search and download decrypted IPA file from 3rd-party App Store.
Stars: ✭ 247 (-0.8%)
Mutual labels:  xcode
Dtpagercontroller
A fully customizable container view controller to display a set of ViewControllers in a horizontal scroll view. Written in Swift.
Stars: ✭ 240 (-3.61%)
Mutual labels:  xcode

RcloneOSX

This project is archived and there will be no further development of RcloneOSX.

The project is a adapting RsyncOSX utilizing rclone for synchronizing and backup of files to a number of cloud services. RcloneOSX utilizes rclone copy, sync, move and check commands.

RcloneOSX is compiled with support for macOS El Capitan version 10.11 - macOS Catalina 10.15. The application is implemented in pure Swift 5 (Cocoa and Foundation).

RcloneOSX require the rclone command line utility to be installed. If installed in other directory than /usr/local/bin, please change directory by user configuration in RcloneOSX. RcloneOSX checks if there is a rclone installed in the provided directory. To use RcloneOSX require utilize rclone to setup and add configurations.

Rclone is rsync for cloud storage. Even if rclone and rsync are somewhat equal they are also very different. RcloneOSX is built upon the ideas from RsyncOSX. It is not possible to clone all functions in RsyncOSX to RcloneOSX. I spend most of my time developing RsyncOSX. From time to time some functions are ported to RcloneOSX from RsyncOSX.

I am not an advanced user of rclone and my use of RcloneOSX is synchronizing my GitHub catalogs to Dropbox, Onedrive and Google cloud storage. Rclone has lot more functions than just synchronizing data. Bute there is no plan to implement more functions into RcloneOSX.

Screenshots

Here are some samples of screenshots.

How to start utilizing RcloneOSX

To start utilizing RcloneOSX first of all add configurations by command line rclone config. When RcloneOSX starts it pick up configurations added by rclone. Rclone configurations must be stored in standard configuration catalog e.g. /Users/thomas/.config/rclone and not encrypted.

After adding configurations start RcloneOSX and go to Add tab. Add catalogs and you are ready for synchronizing.

About bugs

Fighting bugs are difficult. I am not able to test RcloneOSX for all possible user interactions and use. From time to time I discover new bugs. But I also need support from other users discovering bugs or not expected results. If you discover a bug please use the issues and report it.

Application icon

The application icon is created by Zsolt Sándor. All rights reserved to Zsolt Sándor.

Signing and notarizing

The app is signed with my Apple ID developer certificate and notarized by Apple. See signing and notarizing for info. Signing and notarizing is required to run on macOS Catalina.

Compile

There are some details about how to compile.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].