Skip to main content

Module asynchronous

Module asynchronous 

Source
Expand description

The asynchronous version of the borg commands are defined in this module

Enums§

CreateProgress
The progress of a borg create command.

Functions§

compact
This command frees repository space by compacting segments.
create
This command creates a backup archive containing all files found while recursively traversing all paths specified. Paths are added to the archive as they are given, that means if relative paths are desired, the command has to be run from the correct directory.
create_progress
This command creates a backup archive containing all files found while recursively traversing all paths specified. Paths are added to the archive as they are given, that means if relative paths are desired, the command has to be run from the correct directory.
extract
Extract the contents of an archive.
init
The entry point for the borg init command
list
The entry point for the borg list command
mount
Mount an archive or repo as a FUSE filesystem.
prune
The entry point for the borg init command
umount
Unmount a previously mounted archive or repository.