https://github.com/peter-evans/duplicati-action
A GitHub action for Duplicati - Store securely encrypted backups in the cloud!
https://github.com/peter-evans/duplicati-action
backup-utility cloud-backup cloud-storage-services duplicati encryption github-action
Last synced: 5 months ago
JSON representation
A GitHub action for Duplicati - Store securely encrypted backups in the cloud!
- Host: GitHub
- URL: https://github.com/peter-evans/duplicati-action
- Owner: peter-evans
- Created: 2019-11-01T09:10:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T10:07:37.000Z (over 6 years ago)
- Last Synced: 2025-10-28T16:08:09.342Z (8 months ago)
- Topics: backup-utility, cloud-backup, cloud-storage-services, duplicati, encryption, github-action
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duplicati Action
[](https://github.com/marketplace/actions/duplicati-action)
A GitHub action for [Duplicati](https://github.com/duplicati/duplicati) - Store securely encrypted backups in the cloud!
## Usage
Arguments should be passed to the action via the `args` parameter.
```yml
- name: Duplicati
uses: peter-evans/duplicati-action@v1.0.0
with:
args: help backup
```
See [Duplicati's documentation](https://duplicati.readthedocs.io/en/latest/04-using-duplicati-from-the-command-line/) for further argument details.