Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedro-psb/autosync-rclone
Program to automate the rclone bisync command on Ubuntu and Android devices (with Termux).
https://github.com/pedro-psb/autosync-rclone
Last synced: 12 days ago
JSON representation
Program to automate the rclone bisync command on Ubuntu and Android devices (with Termux).
- Host: GitHub
- URL: https://github.com/pedro-psb/autosync-rclone
- Owner: pedro-psb
- Created: 2022-12-30T23:41:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T23:57:00.000Z (about 2 years ago)
- Last Synced: 2025-01-03T09:04:33.647Z (20 days ago)
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rclone Autosync
Program to automate the `rclone bisync` command on Ubuntu and Android devices (with Termux).
It also features utilities to sync Obisidian Vault.
## Usage
- 1) Config rclone remote drive:
```bash
rclone config
```- 2) Run the program with the choosen local_path and remote_path
```bash
autosync
```- 3) Prior runs will use this
## How it works
- Handle `bisync` first run by re-running it with `--resync`
- Handle empty local and cloud folders by creating `rclone_keep` file ** May be dangerous: if some failure leads to erasing all data from local or remote, it may cause data loss. Google Drive will trash the items, so it may serve as a backup, but run at your own risk.
## Install and Setup on PC
TODO
## Install and Setup on Android
TODO
## Considerations
TODO