Skip to content

Simple command line tools to backup files

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

PhilboBaggins/bak

Repository files navigation

bak, bakt, baktm

Travis CI build status

.....

..... [???](./Original bash implementations.md) ......

bak

Make a backup copy of the specified file or files.

$ cargo run --bin bak test-file.txt
Copied test-file.txt -> test-file.txt.bak

bakt

Make a backup copy of the specified file or files; naming them with the current date and time.

$ cargo run --bin bakt test-file.txt
Copied test-file.txt -> test-file.txt_2018-07-12_02-28-28.bak

baktm

Make a backup copy of the specified file or files; naming them with the file's last modified date/time.

$ cargo run --bin baktm test-file.txt
Copied test-file.txt -> test-file.txt_2018-07-12_02-28-15.bak

License

Licensed under either of the following:

Releases

No releases published

Packages

No packages published

Languages