STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
I've been using this script to sync my Obsidian on my computer to my phone, and it was working pretty well for a while. Then, I've noticed that it hasn't been syncing my files like it normally do, so i decided to run the script on my terminal to see for any errors.
Here's the error whenever I run the script:
sync
2023/11/07 15:54:23 NOTICE: bisync is EXPERIMENTAL. Don't use in production!
2023/11/07 15:54:23 ERROR : Bisync critical error: cannot find prior Path1 or Path2 listings, likely due to critical error on prior run
2023/11/07 15:54:23 ERROR : Bisync aborted. Must run --resync to recover.
2023-11-07 07:54:24 Loading updated app package /home/nimby/snap/obsidian/x1/.config/obsidian/obsidian-1.4.16.asar
2023-11-07 07:54:24 Checking for update using Github
2023-11-07 07:54:24 Success.
2023-11-07 07:54:24 Latest version is 1.4.16
2023-11-07 07:54:24 App is up to date.
2023/11/07 15:54:34 NOTICE: bisync is EXPERIMENTAL. Don't use in production!
2023/11/07 15:54:34 ERROR : Bisync critical error: cannot find prior Path1 or Path2 listings, likely due to critical error on prior run
2023/11/07 15:54:34 ERROR : Bisync aborted. Must run --resync to recover.
I've already tried running the --resync
command again and it works fine. But for some reason when I try to run the script, it always give the same error. "cannot find prior Path1 or Path2 listings, likely due to critical error on prior run"
I've also run this script rclone bisync ~/Documents/rclone remote:rclone --remove-empty-dirs --resync -vv --log-file=rclone.log
and this is the result: 2023/11/07 16:01:46 DEBUG : rclone: Version "v1.64.2" starting with parameters [ - Pastebin.com
Tried running the script again and I still get the same error.
I honestly don't know what's happening as this is all new to me. I'm just trying to build my own Obsidian vault with sync involved.
PS. Im using the same exact script as the script on the link above. I didn't change anything, I also did the troubleshooting mentioned on this script, and none have worked.
Any suggestion?
Run the command 'rclone version' and share the full output of the command.
yesWhich cloud storage system are you using? (eg Google Drive)
Google drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone bisync ~/Documents/rclone remote:rclone --remove-empty-dirs &
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[remote]
type = drive
scope = drive
token = XXX
team_drive =
### 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
rclone bisync ~/Documents/rclone remote:rclone --remove-empty-dirs & -vv
[1] 25475
-vv: command not found