-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
The associated forum post URL from https://forum.rclone.org
What is the problem you are having with rclone?
I have used rclone sync %1 %2 --exclude="*.od[tsp]#" --exclude="**/__pycache__/**"
across more than one machine for some time and having no issue.
Now that bisync
became stable, I start to try rclone bisync %1 %2 --exclude="*.od[tsp]#" --exclude="**/__pycache__/**"
to sync the folder through this machines. But the "/pycache/" subfolder are created every time than I run rclone
.
What is your rclone version (output from rclone version
)
rclone v1.71.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.8.0-83-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.25.0
- go/linking: static
- go/tags: none
Which OS you are using and how many bits (e.g. Windows 7, 64 bit)
Ubuntu 22.04 and Ubuntu 24.04
Which cloud storage system are you using? (e.g. Google Drive)
Google Drive
The command you were trying to run (e.g. rclone copy /tmp remote:tmp
)
Running for the first synchronization:
/usr/bin/rclone bisync --resync --verbose --progress --stats 500ms --stats-one-line --retries 30 --low-level-retries 10 --transfers 7 --checkers 12 --contimeout 600s --exclude="*.od[tsp]#" --exclude="**/__pycache__/**" --drive-use-trash --drive-acknowledge-abuse --remove-empty-dirs --drive-chunk-size=64M --checkers=4
A log from the command with the -vv
flag (e.g. output from rclone -vv copy /tmp remote:tmp
)
First bidirectional synchronization @ 18/09/2025_17:11:08...
2025/09/18 17:11:09 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set.
2025/09/18 17:11:09 INFO : Bisyncing with Comparison Settings:
{
"Modtime": true,
"Size": true,
"Checksum": false,
"HashType1": 0,
"HashType2": 0,
"NoSlowHash": false,
"SlowHashSyncOnly": false,
"SlowHashDetected": true,
"DownloadHash": false
}
2025/09/18 17:11:09 INFO : Synching Path1 "/home/h/Documentos/Unesp-SJBV/" with Path2 "Unesp{QplIB}:Unesp-SJBV/"
2025/09/18 17:11:09 INFO : Copying Path2 files to Path1
2025/09/18 17:11:09 INFO : - Path2 Resync is copying files to - Path1
2025/09/18 17:23:50 INFO : There was nothing to transfer
2025/09/18 17:23:50 INFO : - Path1 Resync is copying files to - Path2
2025/09/18 17:25:38 INFO : Disciplinas graduação/Eletrônica de potência (telecom)/Laboratório: Set directory modification time (using SetModTime)
2025/09/18 17:25:58 INFO : Software/Faturas PDF/database/__pycache__/db_defs.cpython-310.pyc: Copied (new)
2025/09/18 17:26:00 INFO : Software/Faturas PDF/database/__pycache__/defs_general.cpython-310.pyc: Copied (new)
...
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.