This one is happening because --drive-pacer-min-sleep is a backend-specific flag, which is adding {qOqdu} to the name of your gdrive remote (because Rclone detects an overridden config). Bisync is therefore looking for a listing file named gdrive{qOqdu}_lichswarm..data_lichswarm.path1.lst and not finding it because it's actually named gdrive_lichswarm..data_lichswarm.path1.lst (without the {qOqdu}).
To fix this, you can either:
- Run a
--resync(which will regenerate the listing files with the{qOqdu}it wants) - Use the
pacer_min_sleepconfig parameter instead of the--drive-pacer-min-sleepcommand flag. (This should remove the{qOqdu}since you are no longer overriding the config.)
Or as a third option, you could manually rename your existing .lst files to include the {qOqdu}, then try again.
More info in the new beta docs.
This one is happening because you included --check-access but Bisync can't find your RCLONE_TEST check-files. Do they exist?