An open API service indexing awesome lists of open source software.

https://github.com/binbash23/airback

Backup your wifi devices automatically when they appear with running sftp server
https://github.com/binbash23/airback

backup bash clone handy mobile photos pictures rsync script sync videos

Last synced: 2 months ago
JSON representation

Backup your wifi devices automatically when they appear with running sftp server

Awesome Lists containing this project

README

          

# airback

Written by
Jens Heine
Dennis Brossat
Benjamin Heine

You want to backup your handy pictures and videos to your linux server?
Use airback and it will start backing up your data when your mobile appears in your wifi network.

HOWTO

Dependencies

First install this tools on your system:
nmap
fusermount
curlftpfs
nice

Then install a FTP server on your mobile. I use "WIFI FTP Server" on my android.

Configure and start the ftp server when you want backup be done:
- Set a ftp port number
- Set a username and password
- Set mode to "FTP over TLS/SSL"
- Set SSL mode to "implicit"
- Set root folder to "internal memory"
- Set mode to "readonly"

Download airback and copy it to a folder in your path.
Run airback:

"airback -h" for help
or
"airback" to run it. A config file will be created.

Please send feedback
Good luck, Jens