A very simple photo backup manager.
If you want ot install SPB on your system:
sudo python setup.py install
spb --helpIf you want to generate a single python file to put it on a USB drive for example:
python setup.py unique_file -d /tmp/ -o my_spb
cd /tmp
./my_spb --helpYou want to backup photo from /media/camera to /media/usbdrive
./my_spb -o /media/usbdrive /media/cameraI you want to configure the destination directories use the -c flag:
./my_spb -c -o /media/usbdrive /media/camera