Scripts and utilities index - gilbertchen/duplicacy GitHub Wiki
Since there are multiple use cases for Duplicacy on multiple operating systems, some users have also created various automation scripts and other utilities such as ignore file templates (filters
file). Here is a list of them:
-
Automation on Windows contributed by @TheBestPessimist.
- Uses Powershell and Task Scheduler to run Duplicacy on a schedule.
-
filters
file template contributed by @TheBestPessimist.- One ignore file both for Windows and MacOS.
-
duplicacy-util contributed by @jeffaco.
- Cross platform utility to run
duplicacy
. Tested on Windows, Mac OS/X, and Linux. Should run on any platform supported byduplicacy
itself, as both were written in Go. Self-contained image (does not need any packages to be installed).
- Cross platform utility to run
-
duplicacy-autobackup contributed by @christophetd
- Painless automated backups to multiple storage providers with Docker and duplicacy.
-
duplicacy-script contributed by @mattjm
- Getting Started guide for Windows with brief explanations of command line options, basic Powershell script for local and remote backups, and a filter file specifically targeted for Windows user profiles.