Skip to content

Commit

Permalink
added azure as backend for storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ashugauttam225 committed Jul 31, 2024
1 parent ffb0e1d commit e1b3d43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ options:
While using azure as a backend:
Duplicity will take care to create the container
when performing the backup. Do not create it manually before.
If the container is already created on Azure,
it will start putting data inside it without any issues. However,
if you explicitly set the configuration with a container name
(e.g., remote_backup_url = azure:///some-dir), it will throw an error,
because Duplicity appends the unit name to the container name,
Therefore, avoid explicitly setting the container name in the configuration.
Backends and their URL formats:
file: 'file:///some_dir'
Expand Down

0 comments on commit e1b3d43

Please sign in to comment.