Updated README.md

This commit is contained in:
Daniel Brunner
2018-10-05 11:55:32 +02:00
parent ec4e8a0603
commit 3b270452ab
4 changed files with 30 additions and 1 deletions

View File

@@ -1,2 +1,31 @@
# DbPicSync
DbPicSync git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware)
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](https://www.amazon.com/clouddrive) 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](https://raw.githubusercontent.com/0xFEEDC0DE64/DbPicSync/master/example.png)
The generated folders looks like this:
![The folder for raspberry os](https://raw.githubusercontent.com/0xFEEDC0DE64/DbPicSync/master/folder.png)
After uploading tons of random data your storage usage might look like this:
![Hundrets of gigabytes use no storage on amazon](https://raw.githubusercontent.com/0xFEEDC0DE64/DbPicSync/master/amazon.png)
# Building from source
This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware)
```Shell
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
```

BIN
amazon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
folder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB