My backup scripts and tools
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
214 B

  1. #!/bin/bash
  2. BORG="$(dirname "$0")/borg.sh --rw"
  3. set -e
  4. $BORG prune \
  5. --verbose \
  6. --stats \
  7. --keep-within=7d \
  8. --keep-daily=14 \
  9. --keep-weekly=8 \
  10. --keep-monthly=-1