== Nano Backup

To use this Rails app, set up your database and modify config/database.yml appropriately, then get a file listing all media files into lib. Check lib to see what the file should look like. Then enter irb - not script/console - and use the following commands:

require 'lib/nano_scan' ; backup_nano("/absolute/path/to/your/chosen/backup/directory")

script/console won't work because of some weird conflict between Rails Unicode and the limitations of MP4Info, one of the media file metadata libraries. If you omit the path to the backup dir, the backup_nano method will simply archive metadata into the database without copying files to your hard drive.
