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
- Host: GitHub
- URL: https://github.com/binbash23/airback
- Owner: binbash23
- License: mit
- Created: 2020-07-09T22:08:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T09:40:33.000Z (8 months ago)
- Last Synced: 2025-03-23T04:29:02.068Z (7 months ago)
- Topics: backup, bash, clone, handy, mobile, photos, pictures, rsync, script, sync, videos
- Language: Shell
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# airback
Written by
Jens Heine
Dennis Brossat
Benjamin HeineYou 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
niceThen 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