cargo install bkup
``` CLI to add a date to the end of the file name and makes a copy. e.g. filename.YYYYmmddHHMMSS
Usage: bkup [OPTIONS]
Arguments:
Options: -b, --bak Create filename.bak -o, --original Create filename.org -s, --simple Create filename.YYYYmmdd -h, --help Print help -V, --version Print version ```
$ bkup example.txt
Created: example.txt.20230101010101
This project is licensed under the MIT License. See the LICENSE file at the root of the repository.