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

Incremental backups? #564

Closed
bajsicki opened this issue May 9, 2021 · 2 comments
Closed

Incremental backups? #564

bajsicki opened this issue May 9, 2021 · 2 comments

Comments

@bajsicki
Copy link

bajsicki commented May 9, 2021

Flavor

CLI (Command Line Interface)

Details

I've been backing up my logs for a while now, and one of the things that bothers me is that every single time, DCE downloads the entire record from scratch.

It would be really nice if it checked the dates on the latest archived logs, and exported from that point on, instead of downloading everything all over again.

Is this possible?

Maybe it's even implemented already, and I'm blind (I did check the help pages/ wiki already)?

Thanks!

@vanEgmond
Copy link

vanEgmond commented May 9, 2021

As a workaround you could probably create a script that checks for the most recent backup, and then executes the CLI with the appropriate --after tag.

With incremental backups this way however, you can't see if anything was edited/removed after the last backup.

@Tyrrrz
Copy link
Owner

Tyrrrz commented May 10, 2021

Duplicate of #444 #295 #32
The suggested workflow is to use --after option as @vanEgmond mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants