Skip to content

Commit

Permalink
fix: added borg
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Mar 3, 2023
1 parent fa4957f commit f9554e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Tools/borg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Borg

## Delete directory from all backups

Dry-Run

```bash
borg recreate <archive> --dry-run --list --verbose --exclude <path>
```

Delete

```bash
borg recreate <archive> --list --verbose --exclude <path>
```

0 comments on commit f9554e3

Please sign in to comment.