Duplicity v0.4.4.RC2 Release Notes

Release Date: 2007-09-26 // over 16 years ago
  • โž• Added --timeout (default 30) to allow users to change โฑ duplicity's network timeout settings.

    โž• Added --time-separator to allow users to change the time separator from ':' to another character that will work on their ๐Ÿ system. HINT: For Windows SMB shares, use --time-separator='_'. NOTE: '-' is not valid as it conflicts with date separator.

    โž• Add patch from Alexander Zangerl to suppress the GPG passphrase prompt when a passphrase is not needed.

    • full and pubkey enc: doesn't depend on old encrypted info
    • inc and pubkey enc and archive-dir: need manifest and sigs, which the archive dir contains unencrypted
    • with encryption disabled
    • listing files: needs manifest, but the archive dir has that
    • collection status: only looks at a repository

    โž• Add patch from Olivier Croquette to allow user@domain usernames, making ftp://user@[email protected]/path a valid URL.

    โž• Added a bit of debug print to sshBackend for --verbosity=9.

    ๐Ÿ”„ Changed usage message to separate options and commands.