How to use rclone bisync --resync Copying Path1 files to Path2

how to use rclone bisync --resync

from Copying Path1 files to Path2

2025/10/21 08:31:03 INFO : - Path1 Resync is copying files to - Path2
2025/10/21 08:31:04 INFO : There was nothing to transfer
2025/10/21 08:31:04 INFO : - Path2 Resync is copying files to - Path1
2025/10/21 08:31:04 INFO : There was nothing to transfer

Your question is very general.

Rclone bisync documentation is very detailed. Have a look. Maybe answer is there:

How to safely clean old files from C:\Users\MyLogin\AppData\Local\rclone\bisync

and how to use one way sync when using rclone bisync --resync from mega to local?

Bisync needs these files to operate - it is its working directory.

If you do not need to run bisync any more simply delete them

If you need one way sync then use rclone sync. Bisync, as its name suggests is for bi-directorial syncing.

How to create C:\Users\MyLogin\AppData\Local\rclone\bisync from rclone sync one way to use bisync with two way

I am sorry but I do not understand. Could you please explain in more details what exactly you want to achieve?

Maybe provide some example what and how exactly you would like rclone to do.

I want to --resync one way with delete target file while using rclone bisync --resync like rclone sync --delete-after but can be used again without --resync

So run rclone sync once and only after (when your remotes are in the state you want) start using rclone bisync

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.