Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events Sync #69

Open
mgrinspan opened this issue Nov 9, 2021 · 2 comments
Open

Events Sync #69

mgrinspan opened this issue Nov 9, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mgrinspan
Copy link

Would it be possible to combine the sync and events commands to allow for syncing events only?

@danielfernau danielfernau self-assigned this Nov 11, 2021
@danielfernau danielfernau added the enhancement New feature or request label Nov 11, 2021
@danielfernau danielfernau added this to the v2.0.3 milestone Nov 11, 2021
@danielfernau
Copy link
Owner

Hi there!

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.

@mgrinspan
Copy link
Author

Hey!

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.

@danielfernau danielfernau modified the milestones: v2.1.0, v2.2.0 Feb 20, 2022
@danielfernau danielfernau modified the milestones: v2.2.0, v2.3.0 Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants