rdiff-backup-delete - deletes a file and its whole history from a repository
Contents
Bugs
None known.
Description
rdiff-backup-delete removes a file or directory from a repository created by 'rdiff-backup', together
with its complete history.
The required argument is the pathname of the sub-directory or file within an rdiff-backup repository.
For example, after a backup with 'rdiff-backup backup source repo', potentially called multiple times,
you can remove a file and its whole history with 'rdiff-backup-delete repo/somefile'.
The utility is best used to remove too big or secret files erroneously backed-up. Beware that no trace of
the file will remain in the repository after its deletion.
Name
rdiff-backup-delete - deletes a file and its whole history from a repository
Options
--dry-run
Only show what would happen but donβt actually delete anything.
-h, --help
Output a short usage description and exit.
See Also
rdiff-backup(1), python(1). The rdiff-backup web page is at https://rdiff-backup.net/. rdiff-backup-delete March 2025 RDIFF-BACKUP-DELETE(1)
Synopsis
rdiff-backup-delete [--dry-run] [--help] repository-sub-path
