Module ruplicity::backend

source ·
Expand description

Transport layer for backup files.

This sub-module exposes a trait to access a file system containing duplicity backup files, abstracting over the actual transport. This could be a local mounted file system directory, a network drive, a cloud service, or whatever.

Modules

  • Local file system backend.

Traits

  • A trait used to provide a transport layer for backup files.