Generate paper backups for Linux. Currently command-line Linux only.
qr-backup takes file(s), and outputs a "paper backup": a printable black-and-white pdf full of QR codes. To back up your file, print the PDF. The pile of paper in your hand is now a backup of the file.
If your file is lost, corrupted, deleted, etc, you can restore from your paper backup. qr-backup reads the QR barcodes using your computer's webcam (or scanner) to get your file back.
qr-backup <YOUR_FILE>
<YOUR_FILE>.qr.pdf
)There are many command-line options available for advanced users. For a full list, read the USAGE doc online, or run qr-backup --help
on your computer.
The restore process does NOT require qr-backup. It does require a command-line Linux computer.
(Option 1): Use qr-backup, if you have it.
qr-backup --restore
qr-backup --restore IMAGES
(Option 2): Use the linux command line, if you lose qr-backup. Commands are provided in the PDF printout. You will need to install zbar
.