Available on crate feature
tokio
only.Expand description
The asynchronous version of the borg commands are defined in this module
Enums§
- Create
Progress - 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.
- 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.