An open API service indexing awesome lists of open source software.

https://github.com/akeoott/cssync

Cloud Storage Sync using rclone and a graphical user interface
https://github.com/akeoott/cssync

asp-net csharp dotnet razor razor-pages rclone rclone-gui

Last synced: 4 months ago
JSON representation

Cloud Storage Sync using rclone and a graphical user interface

Awesome Lists containing this project

README

          

# cssync









| c | s | sync |
|:-----:|:-------:|:----:|
| Cloud | Storage | Sync |

> [!WARNING]
> This project is WIP and POC

Written in C# for simplicity, performance and safety.

Aiming for cross platform compatibility and support for various cloud storage services.

## Structure

This project is separated in to parts.

| cssync.Backend | cssync.Gui |
|:---------------------:|:---------------------------:|
| Handles all the logic | Handle user input |
| Allow cli access | Provide graphical interface |

> [!NOTE]
> The backend is currently in development and the GUI will come in the future.