2018-09-16 05:28:06 +02:00
2018-10-05 16:44:34 +02:00
2018-10-05 11:55:32 +02:00
2018-10-05 11:55:32 +02:00
2018-10-05 11:55:32 +02:00
2018-09-16 05:28:06 +02:00
2018-10-05 12:41:40 +02:00

DbPicSync

Lets you convert any files/folders to pictures to store on free unlimited amazon photo storage.

Build Status Codacy Badge

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: Example generated from raspberry os

The generated folders looks like this: The folder for raspberry os

After uploading tons of random data your storage usage might look like this: Hundrets of gigabytes use no storage on amazon

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)
Readme GPL-3.0 2.1 MiB
Languages
C++ 99%
CMake 1%