What is the problem you are having with rclone?
I already copied my phone to my laptop using rclone copy. Now I want to sync removed files from my laptop to my phone. If I try to bisync with --dry-run it shows that it would copy all files. rclone check only shows 2 differences. Please help me understand why bisync shows that it will copy. I copied with an older version of bisync then upgraded to the latest version. Does transferred 30 GiB actually mean it would transfer 30 GiB? Please help me understand the difference between the output of the check command and the bisync command.
Run the command 'rclone version' and share the full output of the command.
rclone v1.74.4
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.4.0-192-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.26.5
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
WebDAV from the RoundSync F-Droid app
The command you were trying to run (eg rclone copy /tmp remote:tmp)
ryan@ryan-satellitec55da:/media/ryan/Backup Plus/restic-repos$ rclone check S20-FE-WebDAV:/ /home/ryan/2023-backup-system/Family/Ryan/Samsung-S20-FE/
2026/07/24 10:39:08 ERROR : No common hash found - not using a hash for checks
2026/07/24 10:39:11 ERROR : Download/LG_G6/Pictures /.stfolder/DO_NOT_DELETE: file not in Local file system at /home/ryan/2023-backup-system/Family/Ryan/Samsung-S20-FE
2026/07/24 10:39:11 ERROR : Download/LG_G6/Pictures /.stversions/.nomedia: file not in Local file system at /home/ryan/2023-backup-system/Family/Ryan/Samsung-S20-FE
2026/07/24 10:39:12 NOTICE: Local file system at /home/ryan/2023-backup-system/Family/Ryan/Samsung-S20-FE: 2 files missing
2026/07/24 10:39:12 NOTICE: Local file system at /home/ryan/2023-backup-system/Family/Ryan/Samsung-S20-FE: 2 differences found
2026/07/24 10:39:12 NOTICE: Local file system at /home/ryan/2023-backup-system/Family/Ryan/Samsung-S20-FE: 2 errors while checking
2026/07/24 10:39:12 NOTICE: Local file system at /home/ryan/2023-backup-system/Family/Ryan/Samsung-S20-FE: 6500 hashes could not be checked
2026/07/24 10:39:12 NOTICE: Local file system at /home/ryan/2023-backup-system/Family/Ryan/Samsung-S20-FE: 6500 matching files
2026/07/24 10:39:12 NOTICE: Failed to check with 2 errors: last error was: 2 differences found
clone bisync S20-FE-WebDAV:/ /home/ryan/2023-backup-system/Family/Ryan/Samsung-S20-FE/ --create-empty-src-dirs --compare size,checksum --slow-hash-sync-only --resilient -MvP --resync --dry-run
...
2026/07/24 10:45:36 NOTICE: Download/LG_G6/Pictures /.stversions: Skipped set directory modification time as --dry-run is set
2026/07/24 10:45:36 NOTICE: Download/LG_G6/Pictures /.stfolder: Skipped set directory modification time as --dry-run is set
2026/07/24 10:45:37 INFO : Resync updating listings
2026/07/24 10:45:41 INFO : Bisync successful
Transferred: 30.634 GiB / 30.634 GiB, 100%, 8.680 GiB/s, ETA 0s
Checks: 13000 / 13000, 100%, Listed 27028
Transferred: 6474 / 6474, 100%
Elapsed time: 16.7s
2026/07/24 10:45:41 NOTICE:
Transferred: 30.634 GiB / 30.634 GiB, 100%, 8.680 GiB/s, ETA 0s
Checks: 13000 / 13000, 100%, Listed 27028
Transferred: 6474 / 6474, 100%
Elapsed time: 16.7s
``
#### Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[S20-FE-WebDAV]
type = webdav
url = http://192.168.0.104:8080
vendor = rclone
[Samsung-S20-FE-FTP]
type = ftp
host = XXX
port = 8080
pass = XXX
user = XXX
Double check the config for sensitive info before posting publicly
#### A log from the command that you were trying to run with the `-vv` flag
<!-- You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->
The log is in the same section as the command.