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

https://github.com/domingoruiz/ftp-synchronizer

This Docker container synchronizes the content of your Linux Machine to FTP server
https://github.com/domingoruiz/ftp-synchronizer

bash docker ftp linux synchronizer

Last synced: about 1 month ago
JSON representation

This Docker container synchronizes the content of your Linux Machine to FTP server

Awesome Lists containing this project

README

          

# FTP Synchronizer
This Docker container synchronizes the content of your host server with an FTP server

### How to use?
As a first step we must download the ftp-synchronizer container from Github Packpages.
```bash
docker pull ghcr.io/domingoruiz/ftp-synchronizer:latest
```
Once downloaded we must start the container with the following command modifying it to taste
```bash
docker container run \
-it -v :/mnt/ \
-e SERVER= \
-e USER= \
-e PASSWORD= \
-e DESTINATION= \
-e HOURS= \
--restart=always \
ftp-synchronizer
```
### Development
Application developed by [Domingo Ruiz Arroyo](https://doming.es/) in 2020

### License
This project is published under the MIT license. See the file [LICENSE](../master/LICENSE) for more details.