Skip to content

asteroide/simple_photo_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple photo backup

A very simple photo backup manager.

Installation

If you want ot install SPB on your system:

sudo python setup.py install
spb --help

If 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 --help

Usage

You want to backup photo from /media/camera to /media/usbdrive

./my_spb -o /media/usbdrive /media/camera

I you want to configure the destination directories use the -c flag:

./my_spb -c -o /media/usbdrive /media/camera

About

A simple photo backup tool written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages