Date: Thu, 27 Oct 2016 20:57:32 -0500 From: Tim Daneliuk <tundra@tundraware.com> To: freeBSD Mailing List <freebsd-questions@freebsd.org> Subject: [ANN] 'trm' - A Safer Delete Utility - Version 1.101 Released Message-ID: <211cd784-bc95-e570-383f-db5e606ebcb9@tundraware.com>
next in thread | raw e-mail | index | archive | help
'trm' Version 1.101 is now released and available for download at: http://www.tundraware.com/Software/trm This is the first public release: This has been tested pretty well on FreeBSD and Linux, but, first releases can have bugs (!) So... THIS PROGRAM HAS A TEST MODE. USE IT A LOT UNTIL YOU'RE SURE IT'S DOING WHAT IT SHOULD/WHAT YOU THINK. --------------------------------------------------------------------- What Is 'trm'? -------------- 'trm' is a shell program that can be run as a standalone utility or loaded as a callable shell function. It is similar to the common 'rm' utility, except that - instead of deleting the specified files - it merely moves them to a "graveyard" for future disposition. You can think of 'trm' as "Recycle Bin" for the command line, with one important difference: It supports delete versioning. Every time you delete something with it, the file- or directory you specified goes into the graveyard with a unique datetime "serial number". This means that, as you delete things over time, different versions of the same file or directory are maintained in the graveyard... which can save your hide when you accidentally tell the keyboard the wrong thing to do. Don't want to trust your deletes to some shell program? Fine. You can use 'trm' to make versioned *copies* in the graveyard, and leave the originals alone. WHATSNEW For 'trm' 1.101 (Thu Oct 27 20:41:34 CDT 2016) ---------------------------------------------------------------------- Initial release into the wild. ---------------------------------------------------------------------------- Tim Daneliuk trm@tundraware.com PGP Key: http://www.tundraware.com/PGP/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?211cd784-bc95-e570-383f-db5e606ebcb9>