/airback

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

Primary LanguageShellMIT LicenseMIT

# airback

Written by
	Jens Heine <binbash@gmx.net>
	Dennis Brossat <dennis.brossat@email.de>
	Benjamin Heine <benjaminheine@gmx.net>

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