Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 988 Bytes

File metadata and controls

39 lines (25 loc) · 988 Bytes

flashback

FlashBack is a file backup system for "Flash drives" and other media.

Authors:f Byron Heads Lucas Holt Chris Tubbs John Markus

To compile, you must use GNU Make. This will not work with BSD make. Tested on Linux (Ubuntu, Fedora), Mac OS X, FreeBSD, and MidnightBSD.

Requires: sqlite3 and libarchive (both included with MidnightBSD 0.2)

FreeBSD includes libarchive with recent versions, you can install sqlite3 from ports.

On Ubuntu, you must install the dev package for sqlite3, libbz2 and libarchive

This code is licensed under a 2 clause BSD license, however it currently uses code under other licenses.

urldecode.cpp contains public domain code from an O'Reilly book.

Get libarchive from: http://people.freebsd.org/~kientzle/libarchive/

===

FlashBack is available as a package in MidnightBSD. mport install flashback

https://github.com/MidnightBSD/mports/tree/master/sysutils/flashback

Source code available at https://github.com/laffer1/flashback