[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.17 KB

File metadata and controls

35 lines (23 loc) · 1.17 KB

restrict-validity-period

Command-Line Interface to restrict the validity period of a NTFS dataset and purge out-of-date data.

Installation

As restrict-validity-period is not pushed to crates.io yet, you can install it by cloning transit_model.

git clone https://github.com/hove-io/transit_model
cd transit_model
cargo install --path restrict-validity-period

Usage

# One-day restriction
restrict-validity-period --input /path/to/ntfs/folder/ --output /path/to/ntfs/ --start-validity-date 2019-01-01 --end-validity-date 2019-01-01
  • --input is the path to a folder containing NTFS data format
  • --output is the path to a folder where the NTFS will be exported
  • --start-validity-date is the start of the desired validity period (included)
  • --end-validity-date is the end of the desired validity period (included)

Get more information about the available options with restrict-validity-period --help.

Specifications

As NTFS is the pivot format for data processing, common NTFS rules is useful.