alexcrichton / tar-rs

Tar file reading/writing for Rust
https://docs.rs/tar
Apache License 2.0
616 stars 178 forks source link

Incremental backups #324

Open ChewingBever opened 1 year ago

ChewingBever commented 1 year ago

The tar CLI tool supports creating incremental backups using the -g flag, is there any way this behavior could be replicated using this crate?