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.
This commit is contained in:
2026-09-10 00:38:07 +02:00
parent 9b5356d0ab
commit f517cbd7ed
5 changed files with 240 additions and 24 deletions
+18 -19
View File
@@ -1,22 +1,21 @@
rclone-dropbox-bisync 1.0.0
===========================
rclone-dropbox-bisync
====================
Forked rclone (ListR + --delta-list, fail-closed) plus a tray/timer.
rclone-ui (Tauri GUI) is NOT inside this zip: this host cannot cross-build
NSIS. Point rclone-ui at the bundled rclone.exe after install.
NTFS volume label DataStorage (Windows D:), folder Dropbox.
Local path: D:\Dropbox / <mount>/Dropbox
Workdir: D:\rclone-bisync (created if missing)
Windows (one-click)
1. Unzip. Double-click Install.cmd
2. Edit %LOCALAPPDATA%\rclone-dropbox-bisync\config.json
set enabled=true, path1, path2, workdir (NTFS share)
3. Put RCLONE_TEST on both sides
4. Tray icon + HKCU Run + schtasks every 15 min
Flags baked in: --delta-list --check-access --max-delete 10
--compare size,modtime,checksum --slow-hash-sync-only
--resilient --recover --conflict-resolve none
Windows (paste in PowerShell):
Linux (.deb)
sudo apt install ./rclone-dropbox-bisync_1.0.0_amd64.deb
(or ar x / dpkg -i)
Log in: autostart enables systemd --user rclone-bisync.timer
Edit ~/.config/rclone-dropbox-bisync/config.json (enabled=true)
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.