This is a Docker image for running Duplicacy, a cross-platform cloud backup tool. At this time, the newest version of Duplicacy is 1.7.2.
Configure the provided docker-compose.yml file to run the container:
docker-compose up -d
The app will then be available at http://localhost:3875.
The container is configured using environment variables.
MACHINE_ID
: This is the ID of your machine. It is used for licensing purposes. If an ID is not provided, the container will generate one for you and print it to the console. You can then set it as an environment variable and use it for future runs.
The settings are stored in /root/.duplicacy-web
. You can mount this volume to persist your settings.
To mount a data volume, just change the /path/to/data
to a local path on your machine.