Skip to content

Synchronizes local folder to Dropbox encrypting each file to zip archive in memory without storing to disk

License

Notifications You must be signed in to change notification settings

AqlaSolutions/DropboxEncryptedUploader

Repository files navigation

DropboxEncryptedUploader

Synchronizes local folder to Dropbox encrypting each file to a separate zip archive. Works in memory without storing to disk. Each file is devided by 140mb blocks, each block is encrypted on the fly and immediately sent to Dropbox servers so no big archive file is kept neither in RAM nor on your disk.

Usage

DropboxEncryptedUploader.exe dropbox-app-token path-to-folder dropbox-folder-name encryption-password

Example

DropboxEncryptedUploader.exe "asdlakdfkfrefggfdgdfg-rgedfgd-adfsfdf3e" "d:\Backups" "/Backups" "password"

How to get Dropbox token

http://99rabbits.com/get-dropbox-access-token/

About

Synchronizes local folder to Dropbox encrypting each file to zip archive in memory without storing to disk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages