Favicon of Duplicacy-Web Wrapper

Duplicacy-Web Wrapper

Back up files to multiple cloud services with client-side encryption. Benefit from advanced lock-free deduplication to save space. Manage backups via a web GUI or CLI.

This tool provides a new generation of cross-platform cloud backup, securing your files with client-side encryption and a high level of deduplication. It is built on a unique idea called Lock-Free Deduplication, which manages data chunks without using locks. This innovative approach allows for smooth operation with most cloud storage services, local disks, and your own SFTP servers, making the deletion of old backups efficient and reliable.

You can manage your backups through two powerful interfaces:

  • A modern web-based GUI: Effortlessly set up backup, copy, check, and prune jobs. An intuitive dashboard with statistical charts helps you monitor the health of your backups at a glance.
  • A powerful Command Line Interface: For advanced users and automation, the CLI offers full control and can be integrated into scripts for maximum flexibility.

The source code for the command-line version is available, providing full transparency and the ability to customize the tool to your specific needs.

Directory Structure

duplicacy-web-wrapper
duplicacy
backups
cache
config
logs
.env
docker-compose.yml

docker-compose.yml

services:
  duplicacy-web:
    image: saspus/duplicacy-web:latest
    container_name: duplicacy-web
    hostname: duplicacy-web
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - DWE_PASSWORD=${DWE_PASSWORD}
    ports:
      - 3875:3875
    volumes:
      - ./config:/config
      - ./logs:/logs
      - ./cache:/cache
      - ./backups:/backups:ro
    restart: unless-stopped

.env

# Optional: Pre-seed the Duplicacy Web Edition admin password. If left blank, you will be prompted to create a password on first access via the Web UI.
DWE_PASSWORD=your_super_secret_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Duplicacy-Web Wrapper

Favicon

 

  
  
Favicon

 

  
  
Favicon