|
|
|
@ -21,7 +21,8 @@ corrupted.
|
|
|
|
|
|
|
|
|
|
After searching intensively I finally found a reliable and automatic way for |
|
|
|
|
mobile phone backups. There is this neat APP called |
|
|
|
|
[Primitive FTPD](https://github.com/wolpi/prim-ftpd) that includes an SFTP |
|
|
|
|
[Primitive FTPD](https://github.com/wolpi/prim-ftpd) that includes an |
|
|
|
|
[SFTP](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol) |
|
|
|
|
server. The advantages of SFTP instead of using other systems are: |
|
|
|
|
- simpleness |
|
|
|
|
- encryption and authentication by default |
|
|
|
@ -34,7 +35,7 @@ server. The advantages of SFTP instead of using other systems are:
|
|
|
|
|
2. Download the [APP from Fdroid](https://f-droid.org/en/packages/org.primftpd/). |
|
|
|
|
3. Open the APP and choose a username and password in the settings menu. |
|
|
|
|
4. Start the server and tap `yes` when asked for key generation. |
|
|
|
|
5. Install SSHFS and Rsync on the target computer. |
|
|
|
|
5. Install [SSHFS](http://github.com/libfuse/sshfs) and [Rsync](https://rsync.samba.org/) on the target computer. |
|
|
|
|
6. Adapt the following script I have written for the purpose: |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|