Hi all,
I’ve just used rClone to copy about 800Gb of Data from SharePoint to Dropbox.
Little did i know at the time It would not copy empty folders. We need empty folders to keep the file structure.
So I found the switch that I can use to copy empty folders: - -create-empty-src-dirs and figured this would resolve my issue.
But when I’ve tried using this switch it did not work. Please see logs below.
C:\rclone-v1.71.2-windows-amd64>rClone copy "SharePoint:Projects/2021/LD000135 2 Workshops/" "Dropbox:Projects/2021/LD000135 2 Workshops/" --create-empty-src-dirs -P -vv
2025/11/10 11:30:55 DEBUG : rclone: Version "v1.71.2" starting with parameters ["rClone" "copy" "SharePoint:Projects/2021/LD000135 2 Workshops/" "Dropbox:Projects/2021/LD000135 2 Workshops/" "--create-empty-src-dirs" "-P" "-vv"]
2025/11/10 11:30:55 DEBUG : Creating backend with remote "SharePoint:Projects/2021/LD000135 2 Workshops/"
2025/11/10 11:30:55 DEBUG : Using config file from "C:\\Users\\JamesStonerAdmin\\AppData\\Roaming\\rclone\\rclone.conf"
2025/11/10 11:30:56 DEBUG : fs cache: renaming cache item "SharePoint:Projects/2021/LD000135 2 Workshops/" to be canonical "SharePoint:Projects/2021/LD000135 2 Workshops"
2025/11/10 11:30:56 DEBUG : Creating backend with remote "Dropbox:Projects/2021/LD000135 2 Workshops/"
2025/11/10 11:30:56 DEBUG : Dropbox: Loaded invalid token from config file - ignoring
2025/11/10 11:30:56 DEBUG : Saving config "token" in section "Dropbox" of the config file
2025/11/10 11:30:56 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2025/11/10 11:30:56 DEBUG : Dropbox: Saved new token in config file
2025/11/10 11:30:56 DEBUG : fs cache: renaming cache item "Dropbox:Projects/2021/LD000135 2 Workshops/" to be canonical "Dropbox:Projects/2021/LD000135 2 Workshops"
2025/11/10 11:30:57 DEBUG : Request/1Design for Workshop_.msg: Size and modification time the same (differ by 0s, within tolerance 1s)
2025/11/10 11:30:57 DEBUG : Request/1Design for Workshop_.msg: Unchanged skipping
2025/11/10 11:30:57 DEBUG : Lighting Plots/LD000135 2 Workshops - Proposed Lighting Design.pdf: Size and modification time the same (differ by 0s, within tolerance 1s)
2025/11/10 11:30:57 DEBUG : Lighting Plots/LD000135 2 Workshops - Proposed Lighting Design.pdf: Unchanged skipping
2025/11/10 11:30:57 DEBUG : Relux/LD000135 2 Workshops - Proposed Lighting Design.rdf: Size and modification time the same (differ by 0s, within tolerance 1s)
2025/11/10 11:30:57 DEBUG : Relux/LD000135 2 Workshops - Proposed Lighting Design.rdf: Unchanged skipping
2025/11/10 11:30:57 DEBUG : Relux/LD000135 2 Workshops - Proposed Lighting Design.rdf.log: Size and modification time the same (differ by 0s, within tolerance 1s)
2025/11/10 11:30:57 DEBUG : Relux/LD000135 2 Workshops - Proposed Lighting Design.rdf.log: Unchanged skipping
2025/11/10 11:30:57 DEBUG : Quotation/Q032749.PDF: Size and modification time the same (differ by 0s, within tolerance 1s)
2025/11/10 11:30:57 DEBUG : Quotation/Q032749.PDF: Unchanged skipping
2025/11/10 11:30:57 DEBUG : Dropbox root 'Projects/2021/LD000135 2 Workshops': Waiting for checks to finish
2025/11/10 11:30:57 DEBUG : Dropbox root 'Projects/2021/LD000135 2 Workshops': Waiting for transfers to finish
2025/11/10 11:30:57 INFO : There was nothing to transfer
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 5 / 5, 100%, Listed 26
Elapsed time: 0.6s
2025/11/10 11:30:57 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 5 / 5, 100%, Listed 26
Elapsed time: 0.6s
2025/11/10 11:30:57 DEBUG : 8 go routines active
2025/11/10 11:30:57 INFO : Dropbox root 'Projects/2021/LD000135 2 Workshops': Committing uploads - please wait...
It says ‘There was nothing to transfer’, but I know there are empty folders within the SharePoint directory that has not copied to Dropbox.
I am using this command wrong or have I misunderstood it?
The version of rClone I am using is as follows:
C:\rclone-v1.71.2-windows-amd64>rclone version
rclone v1.71.2
os/version: Microsoft Windows 11 Pro 25H2 25H2 (64 bit)
os/kernel: 10.0.26200.6899 (x86_64)
os/type: windows
os/arch: amd64
go/version: go1.25.3
go/linking: static
go/tags: cmount
Thanks in advanced,
James