this is the temporary solution I've been using, but you need to do that for each file. I have a directory full of files that I want to do like that. Although I could script it in bash, it is an inefficient solution to call rclone many times with one file each.
It sounds like you need a snaphot mechanism to take a snapshot at a point in time and then backup the snapshot rather than trying to have rclone run before/after commands for each file. It could be done that way but it still sounds pretty inefficient even if rclone was able to do it.
btrfs could easily do that for you if you wanted to entertain that route.
I think you’re 100% correct that I should be using snapshots instead.
The reality of my situation is that I have no backups at all in place for a couple dozen aging systems, so pushing images periodically is meant as a quick-and-dirty improvement as I’m migrating things over.
I need to read some more to understand btrfs and it’s benefits though. I’m still a bit confused after reading the wiki and a quickstart on it. Looks like something I should consider trying out on my next deployment.