fix(duplicati): wrong folder name and update logo

This commit is contained in:
Nicolas Meienberger 2023-03-20 21:28:14 +01:00
parent 5e91df714f
commit 63a3f8f439
5 changed files with 14 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -1,4 +1,4 @@
version: "3"
version: '3.7'
services:
duplicati:
@ -23,4 +23,3 @@ services:
traefik.http.routers.duplicati.service: duplicati
traefik.http.routers.duplicati.tls.certresolver: myresolver
traefik.http.services.duplicati.loadbalancer.server.port: 8200

View File

@ -1,6 +1,7 @@
# Folder Info
By Defualt, The template has a few folders mounted
By default, The template has a few folders mounted
- /backups/runtipi-folder - Tipi Root Folder
- /source - Home Directory
@ -10,7 +11,7 @@ Store securely encrypted backups on cloud storage services!
Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with:
   _Amazon S3, [IDrive e2](https://www.idrive.com/e2/duplicati "Using Duplicati with IDrive e2"), [Backblaze (B2)](https://www.backblaze.com/blog/duplicati-backups-cloud-storage/ "Duplicati with Backblaze B2 Cloud Storage"), Box, Dropbox, FTP, Google Cloud and Drive, HubiC, MEGA, Microsoft Azure and OneDrive, Rackspace Cloud Files, OpenStack Storage (Swift), Sia, Storj DCS, SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), [and more!](https://duplicati.readthedocs.io/en/latest/01-introduction/#supported-backends)_
_Amazon S3, [IDrive e2](https://www.idrive.com/e2/duplicati 'Using Duplicati with IDrive e2'), [Backblaze (B2)](https://www.backblaze.com/blog/duplicati-backups-cloud-storage/ 'Duplicati with Backblaze B2 Cloud Storage'), Box, Dropbox, FTP, Google Cloud and Drive, HubiC, MEGA, Microsoft Azure and OneDrive, Rackspace Cloud Files, OpenStack Storage (Swift), Sia, Storj DCS, SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), [and more!](https://duplicati.readthedocs.io/en/latest/01-introduction/#supported-backends)_
Duplicati is licensed under LGPL and available for Windows, OSX and Linux (.NET 4.7.1+ or Mono 5.10.0+ required).
@ -22,15 +23,15 @@ We have a great [Duplicati manual](https://docs.duplicati.com) that you can also
# [](https://github.com/duplicati/duplicati#features)Features
- Duplicati uses AES-256 encryption (or GNU Privacy Guard) to secure all data before it is uploaded.
- Duplicati uploads a full backup initially and stores smaller, incremental updates afterwards to save bandwidth and storage space.
- A scheduler keeps backups up-to-date automatically.
- Integrated updater notifies you when a new release is out
- Encrypted backup files are transferred to targets like FTP, Cloudfiles, WebDAV, SSH (SFTP), Amazon S3 and others.
- Duplicati allows backups of folders, document types like e.g. documents or images, or custom filter rules.
- Duplicati is available as application with an easy-to-use user interface and as command line tool.
- Duplicati can make proper backups of opened or locked files using the Volume Snapshot Service (VSS) under Windows or the Logical Volume Manager (LVM) under Linux. This allows Duplicati to back up the Microsoft Outlook PST file while Outlook is running.
- Filters, deletion rules, transfer and bandwidth options, etc
- Duplicati uses AES-256 encryption (or GNU Privacy Guard) to secure all data before it is uploaded.
- Duplicati uploads a full backup initially and stores smaller, incremental updates afterwards to save bandwidth and storage space.
- A scheduler keeps backups up-to-date automatically.
- Integrated updater notifies you when a new release is out
- Encrypted backup files are transferred to targets like FTP, Cloudfiles, WebDAV, SSH (SFTP), Amazon S3 and others.
- Duplicati allows backups of folders, document types like e.g. documents or images, or custom filter rules.
- Duplicati is available as application with an easy-to-use user interface and as command line tool.
- Duplicati can make proper backups of opened or locked files using the Volume Snapshot Service (VSS) under Windows or the Logical Volume Manager (LVM) under Linux. This allows Duplicati to back up the Microsoft Outlook PST file while Outlook is running.
- Filters, deletion rules, transfer and bandwidth options, etc
# [](https://github.com/duplicati/duplicati#why-use-duplicati)Why use Duplicati?
@ -42,4 +43,4 @@ Store your backup far away! The best backup is useless when it is destroyed toge
Backup regularly! The worst case is that your backup is outdated simply because someone forgot to make a backup at the right time. Duplicati has a built-in scheduler, so that it's easy to have a regular, up-to-date backup. Furthermore, Duplicati uses file compression and is able to store incremental backups to save storage space and bandwidth.
# [](https://github.com/duplicati/duplicati#contributing)
# [](https://github.com/duplicati/duplicati#contributing)

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB