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
- Host: GitHub
- URL: https://github.com/akeoott/cssync
- Owner: Akeoott
- License: gpl-3.0
- Created: 2025-11-17T19:42:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-23T19:20:12.000Z (5 months ago)
- Last Synced: 2026-02-24T01:58:40.883Z (5 months ago)
- Topics: asp-net, csharp, dotnet, razor, razor-pages, rclone, rclone-gui
- Language: C#
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.