Files
rclone-dropbox-bisync/README.md
T
f-denkena f517cbd7ed install: DataStorage D:\Dropbox, create workdir, git bootstrap
Windows bootstrap.ps1 and Linux install.sh clone public Gitea repos,
build the fork, enable logon + 15-min bisync.
2026-09-10 00:38:07 +02:00

835 B

rclone-dropbox-bisync

NTFS volume label DataStorage (Windows D:), folder Dropbox. Local path: D:\Dropbox / /Dropbox Workdir: D:\rclone-bisync (created if missing)

Windows (paste in PowerShell):

irm https://git.denkena-consulting.com/f-denkena/rclone-dropbox-bisync/raw/branch/master/windows/bootstrap.ps1 | iex

Linux:

curl -fsSL https://git.denkena-consulting.com/f-denkena/rclone-dropbox-bisync/raw/branch/master/linux/install.sh | bash

Needs git + go. Clones public f-denkena/rclone (bisync-delta-list) and this repo, builds, writes config, creates workdir, RCLONE_TEST on the local Dropbox folder, sync on logon/startup and every 15 minutes, Windows tray / Linux systemd --user.

Remote dropbox: must already be in rclone.conf. Copy RCLONE_TEST to dropbox: once so --check-access passes.