2 projects tagged "archive"
Boar provides simple version control and backup for photos, videos, and other binary files. Boar aims to be the perfect way to make sure your most important digital information, like pictures, movies, and documents, is stored safely. It makes it possible for you to restore any or all of your files from any point in time. It makes it easy to maintain verified backups of your data, including file history. It imposes no limits on file or repository sizes. Using boar is an effective way to prevent data loss due to human or machine error.
Many times, developers (or even, normal users) run into an issue of searching for a resource that is inside a zip. Worse, sometime the resource is inside a zip that is itself inside another zip (i.e. a nested archive). zfind solves this problem. It is very fast and works on most common archive/compress files. It support full name search as well as regular expression search. Apart from command line usage, it also provides API support that lets you use it in your Java code as a 3rd party library.