This repository has been archived on 2018-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
Přejít na soubor
Andreas Zweili 21df0df20c update readme 2018-05-13 13:54:01 +02:00
moviespy integrate a rough check for duplicate files. 2018-05-13 13:52:26 +02:00
.gitignore Initial commit 2018-05-09 08:12:33 +02:00
LICENSE Initial commit 2018-05-09 08:12:33 +02:00
README.org update readme 2018-05-13 13:54:01 +02:00

README.org

moviespy

Movie Spy Is a program to quickly collect all personal information from a computer. Ideally run from a live USB stick. The name comes from the fact that in movies spies can just quickly insert a USB key and get all the important data.

As of now it doesn't start automatically when you plug in an USB stick. In fact this program was mostly developed as a fun project for myself and is not really intended to be used seriously.

Usage:

moviespy <source> <destination>
moviespy (-h | --help)
moviespy --version

Options:

-h --help     Show this screen.
--version     Show version.

Planned features

  • As of now the program just overwrites files with the same name. I would like to insert a check if the files are the same and when they aren't the same append a an increasing number. This way less files should get lost. [2018-05-13 So] As of this date a very rough duplicate check has been integrated. I don't think it's very reliable however.

Credits