GithubHelp home page GithubHelp logo

cyber5imon / acd-photos-unlimited-backup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lukas0711/acd-photos-unlimited-backup

0.0 0.0 0.0 10 KB

Unlimited cloud storage and backup of all file types with Amazon Prime Photos

License: MIT License

Python 100.00%

acd-photos-unlimited-backup's Introduction

license-badge stars-badge issues-badge maintenance-badge

acd-photos-unlimited-backup

Unlimited cloud storage and backup off all filetypes with Amazon Prime Photos:

This script creates AES encrypted multi volume .7z files hidden behind .jpg files from every folder in a specified input directory. The .jpg files can be uploaded to Amazon Photos with a Prime subscription to get unlimited storage for every filetype, not just pictures. Every created picture has a size of 100 Mb.
The file names get encrypted with BASE64.

Get it

Clone this repo and install all python package requirements through the pip command:

pip install -r requirements.txt

Additional requirements

You need to have 7zip installed and the installation path needs to be included in the environment variables.

Since Amazon disabled the App registration for ACD, you need to install the offical Amazon Photos App for uploading/downloading. The output path of the script should be included in the directories that are synchonized by the Amazon Photos App.

Use it

usage: Uploader.py [-h] [-p pass] [-a] (-e out | -d) input

acd-photos-unlimited-backup

positional arguments:
  input          input path

optional arguments:
  -h, --help     show this help message and exit
  -p pass        password for encryption (default="")
  -a, --archive  after encryption write folders to log and skip previously logged folders
  -e out         encrypt all subfolders in the input folder - specify the output path
  -d             decrypt all .jpg archives in the input folder

Unlimited cloud storage and backup of all file types with Amazon Prime Photos.
Choose between encryption and decryption.

Arguments

  • For the encryption function (-e) specify the input and output path. The output path should be included in the directories that are synchonized by the Amazon Photos App.
  • For the decryption function (-d) you only need to specify the input path. The encrypted JPG files get replaced with the decrypted and extracted files.
  • The password of the archives can be changed with the -p tag.
  • The --archive tag creates a log file. That way you can pause/cancel the script midway to upload large directories to ACD Photos. The log file makes sure you don't create duplicate archives that are already uploaded.

Example

cd acd-photos-unlimited-backup
python acd-photos-ul.py -e C:\Out C:\In -p11 -a

Contribute

Welcome through the Github workflow.

acd-photos-unlimited-backup's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.