Skip to content

Files

Latest commit

 

History

History

duplicati

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Duplicati

Requirements

  • Docker
  • Docker-compose
  • traefik as a reverse proxy in front of it

Setup

.env file

Change the domain and the time zone in the .env.

DOMAIN="example.com"
TimeZone='Europe/Berlin'
$ cd duplicati
$ docker-compose up -d

or

./docker.sh -S duplicati -r

Done. Now open https://backup.example.com\ Click no if you have a password infront of Duplicati. Like Authelia does. setup1 setup2 setup3 Chose your preferred backup destination type. There is a lot to choose from. I chose onedrive. Then cklick on the word AuthID. It will redirect you to a new page where you have to login into onedrive.
setup4 setup5 setup6 setup7 setup8 setup9

Start a backup

backup1 backup2 The backup will automaticly uploaded to the cloud. It will also be encrypted.

Restore

restore1 restore2 restore3

Source