https://github.com/abdulrahman1s/rsink
Simple utility to backup/sync data between devices to the cloud
https://github.com/abdulrahman1s/rsink
backup cloud googledrive mega onedrive protondrive s3-storage sync
Last synced: 2 days ago
JSON representation
Simple utility to backup/sync data between devices to the cloud
- Host: GitHub
- URL: https://github.com/abdulrahman1s/rsink
- Owner: abdulrahman1s
- License: mit
- Created: 2022-08-30T04:00:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T00:44:54.000Z (about 3 years ago)
- Last Synced: 2023-03-06T13:17:23.107Z (over 2 years ago)
- Topics: backup, cloud, googledrive, mega, onedrive, protondrive, s3-storage, sync
- Language: Rust
- Homepage:
- Size: 137 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RSink
Simple utility to backup/sync data between devices to the cloud
### Features
- 🚀 Blazingly Fast
- ⛽ Lightweight
- 🛟 Cross-platform, runs everywhere
- 📁 Support multiple cloud providers
### Supported Platforms
- [X] Linux
- [ ] Mac (Not tested)
- [ ] Windows (Not tested)
- [X] Android (via [termux](https://github.com/termux/termux-app) + [termux boot](https://wiki.termux.com/wiki/Termux:Boot))
### Supported Providers
- [X] S3 Storage
- [ ] Google Drive
- [ ] Proton Drive
- [ ] OneDrive
- [ ] Dropbox
- [ ] Mega
### Install
#### Shell (Linux/Mac/Termux)
```sh
$ curl -fsSL https://raw.githubusercontent.com/abdulrahman1s/RSink/master/install.sh | sh
```
### Run on Android
...
### Run on Startup
...
### TODO
- [X] Install script
- [ ] Multiple providers the same time
- [ ] Test the windows version
- [ ] Support other cloud providers
- [ ] TUI dashboard
- [ ] More options
#### License
Refer the [LICENCE](LICENCE) file.