Releases: giuliocsr/rclone4gdrive
Releases · giuliocsr/rclone4gdrive
Release list
v1.1.0
v1.0.0
rclone4gdrive is a rclone wrapper for autonomous two-way Google Drive backup on Linux. Your ~/gdrive/ directory mirrors your Google Drive root and stays in sync hourly, with automatic token refresh and self-healing failure recovery.
Highlights
- One-command guided setup —
rclone4gdrive initchecks/installs dependencies, performs Google OAuth (browser on desktop, paste-a-token on headless servers), verifies, and wires up systemd. No manualrclone configor unit editing. - Autonomous operation — hourly two-way sync via a systemd user timer, with automatic token refresh and failure recovery (token refresh + resync).
- Glanceable status —
rclone4gdrive statusgives a verdict-first health summary (timer / last sync / authorization); never hangs. - Clean uninstall —
rclone4gdrive uninstallremoves everything (with anrclone.confbackup). - Single source of truth — all bisync flags live in
config.sh, shared by every script and the systemd unit. - POSIX shell (no Bash), CI-linted (
shellcheck+sh -n).
Requirements
- Linux with systemd (user mode)
- rclone >= 1.66 (bisync)
- jq
Install
git clone https://github.com/giuliocsr/rclone4gdrive
cd rclone4gdrive
./rclone4gdrive init