Crates.io | bkup |
lib.rs | bkup |
version | 0.1.0 |
source | src |
created_at | 2023-08-20 08:53:10.457477 |
updated_at | 2023-08-20 08:53:10.457477 |
description | CLI to add a date to the end of the file name and makes a copy. e.g. filename.YYYYmmddHHMMSS |
homepage | https://github.com/do7be/rust-bkup-cli |
repository | https://github.com/do7be/rust-bkup-cli |
max_upload_size | |
id | 949277 |
size | 20,528 |
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] <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
$ 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.