Added links.

This commit is contained in:
Franco Masotti 2018-08-07 17:21:23 +02:00
parent 56c65ceff5
commit eeeb2a1cd8
1 changed files with 3 additions and 2 deletions

View File

@ -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