Files
rclone-dropbox-bisync/README.md
T

27 lines
1.1 KiB
Markdown

rclone-dropbox-bisync
====================
Windows: D:\Dropbox, workdir D:\rclone-bisync (volume DataStorage)
Linux: ~/DataStorage already mounted; Dropbox + rclone-bisync under that
Session: datastorage-dropbox (same listing/lock names on both OSes)
Caps: --max-delete 1% AND --max-delete-files 100 AND --max-delete-size 1G
No --force, no --resilient. --max-lock 2h. Workdir mkdir lock.
Neither side is SoT: --resync-mode newer, --conflict-resolve none.
Collaborator deletes of >100 files still abort (fail-closed).
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
Missing listings + RCLONE_TEST on both sides: dry-run --resync, then live
--resync (install/daemon, not after a failed normal run). --accept-resync
skips the dry-run. Partial listings (one .lst) abort instead of resync.
enabled=true after a successful first resync, or if dropbox: already has
RCLONE_TEST at install. Looping daemon sleeps 15 min after each run.