notes-light
local folder to notes-light
remote/cloud folder, but it could well be anything else. (edited)0 out of 5264
counter.
a) Can you double check if you're actually connected to WiFi (as per your Only on WiFi constraint selected)?
b) Can you visit your auto-upload folder to see if anything ended up being uploaded?
c) Can you visit Transfers tab to see if there is any pending progress? Perhaps it started uploading some bigger files (e.g. videos) that's why it takes longer initially to indicate at least single file upload?
d) Did you specifically enable: MD5 verification
? This setting was mostly implemented as a requirement for Object Lock support, but in your case you might be better of (performance-wise) to keep it disabled.
In some rare cases backup counters might not update in live time (e.g. when upload was started by the background backup that runs in parallel when you opened the app). I am not sure if this was the case here, but we will improve that in the future.
In such case closing the app and reopening the Media Backup tool would refresh stats. (edited)0 out of 5264
counter.
a) Can you double check if you're actually connected to WiFi (as per your Only on WiFi constraint selected)?
b) Can you visit your auto-upload folder to see if anything ended up being uploaded?
c) Can you visit Transfers tab to see if there is any pending progress? Perhaps it started uploading some bigger files (e.g. videos) that's why it takes longer initially to indicate at least single file upload?
d) Did you specifically enable: MD5 verification
? This setting was mostly implemented as a requirement for Object Lock support, but in your case you might be better of (performance-wise) to keep it disabled.
In some rare cases backup counters might not update in live time (e.g. when upload was started by the background backup that runs in parallel when you opened the app). I am not sure if this was the case here, but we will improve that in the future.
In such case closing the app and reopening the Media Backup tool would refresh stats. (edited).thumb
folder and can be read by S3Drive app on other platforms.copy
mode behaves in a same way as Media backup, but sync
mode will delete files on the destination provided they were deleted on the origin/source.crypt
:
cipher_version = 2
however that's not yet supported by the official Rclone client, as https://github.com/rclone/rclone/issues/7192 isn't merged in. It requires more work, mostly in the area of unit tests and documentation that we need to do, in order for maintainer to accept the Pull Request.
On what OS do you want to read your files?
V2 cipher that we've built is open-source though, we could technically publish "unofficial" Rclone binaries git clone https://github.com/tomekit/rclone.git
git checkout v1.71.0-with-v2-cipher
Build on Linux
sudo apt-get install libfuse-dev
go build -v --ldflags "-s -X github.com/rclone/rclone/fs.Version=v1.71.0-with-v2-cipher" -tags "cmount"
Build on Windows.
go run bin/resource_windows.go -version v1.71.0-with-v2-cipher -syso resource_windows_`go env GOARCH`.syso
# WinFsp needs to be installed (incl. development package)
SET CPATH=C:\Program Files (x86)\WinFsp\inc\fuse
go build -v --ldflags "-s -X github.com/rclone/rclone/fs.Version=v1.71.0-with-v2-cipher" -tags "cmount" -buildmode exe
In both cases you would receive an rclone library in the root folder.
$ ./rclone --version
rclone v1.71.0-with-v2-cipher
- os/version: ubuntu 25.04 (64 bit)
- os/kernel: 6.14.0-28-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.5
- go/linking: dynamic
- go/tags: cmount
which you can either install on your OS or copy to specific place and use locally.
I would be happy to assist you in case you're having issues with build. (edited)git clone https://github.com/tomekit/rclone.git
git checkout v1.71.0-with-v2-cipher
Build on Linux
sudo apt-get install libfuse-dev
go build -v --ldflags "-s -X github.com/rclone/rclone/fs.Version=v1.71.0-with-v2-cipher" -tags "cmount"
Build on Windows.
go run bin/resource_windows.go -version v1.71.0-with-v2-cipher -syso resource_windows_`go env GOARCH`.syso
# WinFsp needs to be installed (incl. development package)
SET CPATH=C:\Program Files (x86)\WinFsp\inc\fuse
go build -v --ldflags "-s -X github.com/rclone/rclone/fs.Version=v1.71.0-with-v2-cipher" -tags "cmount" -buildmode exe
In both cases you would receive an rclone library in the root folder.
$ ./rclone --version
rclone v1.71.0-with-v2-cipher
- os/version: ubuntu 25.04 (64 bit)
- os/kernel: 6.14.0-28-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.5
- go/linking: dynamic
- go/tags: cmount
which you can either install on your OS or copy to specific place and use locally.
I would be happy to assist you in case you're having issues with build. (edited)/DCIM/Camera
or other folders using Sync
. In that case From:
would be your auto media backup destination and To:
would end up being: /storage/emulated/0/DCIM/Camera
(this will be selectable using Android file picker once you click Local
)