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
- Host: GitHub
- URL: https://github.com/domingoruiz/ftp-synchronizer
- Owner: domingoruiz
- License: mit
- Created: 2020-12-30T16:03:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T16:40:43.000Z (over 5 years ago)
- Last Synced: 2025-01-17T05:09:10.973Z (over 1 year ago)
- Topics: bash, docker, ftp, linux, synchronizer
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.