You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I think this could be implemented in some way.
For now, with the most recent version you could also try using the --skip-existing-files option in combination with a cron task or bash script where you set the start and end parameters dynamically (something like --start="$(date -d '-2 days')" --end="$(date -d '-1 day')").
Please note that as of right now I'm the only somewhat active maintainer of this tool, and it has not been under active development for quite a while now due to very little spare time on my end. Sorry about that. But I'll definitely add your idea to the wish list and update this issue as soon as there's anything new happening.
For now, with the most recent version you could also try using the --skip-existing-files option in combination with a cron task or bash script where you set the start and end parameters dynamically (something like --start="$(date -d '-2 days')" --end="$(date -d '-1 day')").
That actually is what I'm currently doing, except without --skip-existing-files. I'm worried that an error could happen mid-download, and then the next iteration wouldn't redownload it. So currently every day I download the last 3 days of footage.
Please note that as of right now I'm the only somewhat active maintainer of this tool, and it has not been under active development for quite a while now due to very little spare time on my end. Sorry about that. But I'll definitely add your idea to the wish list and update this issue as soon as there's anything new happening.
No worries here! I don't expect you to change your life to give me a free feature on free software. I'll try my hand at this at some point and send in a PR if I'm successful.
Would it be possible to combine the
sync
andevents
commands to allow for syncing events only?The text was updated successfully, but these errors were encountered: