Page 1 of 1

How to ensure rclone sync before shut down?

Posted: Sun Jan 12, 2025 10:06 am
by LANdpLAN

How can I make sure that rclone has synced everything before shutting down bwpup.
I think I'm having problems with a database because I often have to restore the dropbox file due to corruption. I'm thinking this is being caused because when I finish working on it I'm tired and ready for bed so I close and save my work and then shut down the computer. Currently I'll try watching the Up:k/s and when it flat lines Ill shutdown.
I wonder if there is a better way?


Re: How to ensure rclone sync before shut down?

Posted: Mon Jan 13, 2025 2:37 pm
by Trapster

I don't have rclone but if you're running it in a script, you can always add this to the end of the script:

Code: Select all

xmessage -center "sync is complete"