

You can click the tag name to go to the source on GitHub for that particular tag. Tags ¶ Where can I find the source of the image?
DUPLICACY PREFERENCE FILE PASSWORD
If you don't want to enter your password every time you restart the container, you can set the environment variable DWE_PASSWORD with your password or starting with version 1.4.1 a file /config/keyring will be created that stores your password encryted if you click the checkmark on the login page.

In most cases you'll need to add additional volumes, depending on your own personal preference, to get access to your files.
DUPLICACY PREFERENCE FILE CODE
The status code of duplicacy backup will be provided in the firstĪrgument ( $1) in the post-backup script.Version : "3.7" services : duplicacy : container_name : duplicacy hostname : duplicacy image : cr.v/hotio/duplicacy ports : - "3875:3875" environment : - PUID=1000 - PGID=1000 - UMASK=002 - TZ=Etc/UTC volumes : - /:/config - /:/cache - /:/logs You can return a non-zero code in pre-backup script to inhibit the If you specify either pre- or post-backup scripts, it will disable the scripts/post-backup.sh so they will get invoked accordingly. Mount your scripts at /scripts/pre-backup.sh or You can provide pre/post-backup scripts that runs before and after theīackup. If provided it will generate the pre/post-backup script automatically. Pruning will not run if this environment variable is not set. You can customize the behavior using the following environment variables: variableĭefault cron-like spec on when to run cron-like spec on when to run prune. Then docker-compose up -d to start the service. You can customize it with environment variables, see the Customization section. LocalSettings.php:/data/LocalSettings.php:ro

preferences:/data/.duplicacy/preferences # mount files/directories below /data as readonly duplicacy_store:/data # mount the preferences file duplicacy_remote:/dest # base directory, any files mounted below /data will be included in the backup # mount remote position, which is not needed if you use a storage other than local folder Image: shouya/duplicacy-autobackup:latest environment: Suppose you have the following docker-compose file for a sample mediawiki service:

