duplicity.backends.multibackend module

class duplicity.backends.multibackend.MultiBackend(parsed_url)[source]

Bases: duplicity.backend.Backend

Store files across multiple remote stores. URL is a path to a local file containing URLs/other config defining the remote store

static get_query_params(parsed_url)[source]