Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 812 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 812 Bytes

Tox Deploy Documentation

folder-replicator

Python utility for file backup and synchronization.

folder-replicator Documentation

Installation

poetry install

Usage

poetry run folder-replicator --help

Docker Usage

Edit the docker-compose.yml file to set the source and destination folders.

docker compose up --build

Development

poetry install
poetry run tox