Skip to content

Duplicacy Utility (duplicacy-util) v1.5

Latest
Compare
Choose a tag to compare
@jeffaco jeffaco released this 09 Oct 19:59
· 14 commits to master since this release

Please see file UPGRADE.md if you're running prior versions of duplicacy-util. This file contains important information about compatibility issues!

  • Duplicacy reformatted the WIKI, breaking links to point to it from my README.md. Fixed that.
  • Modified backup configuration files to work with arrays rather than numbered sections (thanks to @plasticrake). See UPGRADE.md for information on this, discussed in issue #19 and PR #20.
  • Modified handling of optional parameters in backup configuration files. This allows the configuration file to drive what version of Duplicacy is run since we only include parameters if specified in the backup configuration. Specifically, this makes duplicacy-util compatible with Duplicacy v2.1.1 or later, and should keep duplicacy-util compatible with new Duplicacy versions going forward.
  • Added support for quoted options to Duplicacy. This allows duplicacy-util to drive less typical setups, where less typical command line options to Duplicacy are used. Fixes issue #21.
  • Allow user to disable -all option during a prune operation, necessary in certain situations. Fixes issue #24.
  • Allow a run with only copying from one storage to another, with no other operations. Fixes issue #25.
  • Fix gzip header for compressed files during log file rotation. Fixes issue #26.