DbPicSync
Lets you convert any files/folders to pictures to store on free unlimited amazon photo storage.
Amazon offers prime customers 5GB free cloud storage in amazon drive and unlimited storage for photos.
This tool lets you convert any file/folder structure from your existing NAS or external HDD into such photos!
One of those generated photos can look like this:
The generated folders looks like this:
After uploading tons of random data your storage usage might look like this:
Building from source
This project can only be built as part of the project structure DbSoftware
git clone https://github.com/0xFEEDC0DE64/DbSoftware.git
cd DbSoftware
git submodule update --init --recursive DbPicSync
cd ..
mkdir build_DbSoftware
cd build_DbSoftware
qmake CONFIG+=ccache ../DbSoftware
make -j$(nproc) sub-DbPicSync
make sub-DbPicSync-install_subtargets
./bin/picsync
Description
DbPicSync git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware)
Languages
C++
99%
CMake
1%