bkup

Crates.iobkup
lib.rsbkup
version0.1.0
sourcesrc
created_at2023-08-20 08:53:10.457477
updated_at2023-08-20 08:53:10.457477
descriptionCLI to add a date to the end of the file name and makes a copy. e.g. filename.YYYYmmddHHMMSS
homepagehttps://github.com/do7be/rust-bkup-cli
repositoryhttps://github.com/do7be/rust-bkup-cli
max_upload_size
id949277
size20,528
DONABE (do7be)

documentation

README

Installation

cargo install bkup

Usage

CLI to add a date to the end of the file name and makes a copy. e.g. filename.YYYYmmddHHMMSS

Usage: bkup [OPTIONS] <PATH>

Arguments:
  <PATH>

Options:
  -b, --bak       Create filename.bak
  -o, --original  Create filename.org
  -s, --simple    Create filename.YYYYmmdd
  -h, --help      Print help
  -V, --version   Print version

Example

$ bkup example.txt
Created: example.txt.20230101010101

License

This project is licensed under the MIT License. See the LICENSE file at the root of the repository.

Commit count: 15

cargo fmt