Skip to content

Commit

Permalink
Merge pull request #77 from trjohnson19/trjohnson19/76-dont-backup-ma…
Browse files Browse the repository at this point in the history
…riadb-and-postgres-data-dirs

Do not back up the `mariadb` `data` dir
  • Loading branch information
trjohnson19 authored May 21, 2024
2 parents d422617 + 7095648 commit 512d23a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backup-scripts/borg-patternfile.example.lst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ R /home/<USER>/docker
## MariaDB #############################
########################################
+ /home/<USER>/docker/appdata/mariadb/config
+ /home/<USER>/docker/appdata/mariadb/data

# Backed up via `mariadb-dump`
! /home/<USER>/docker/appdata/mariadb/data

- /home/<USER>/docker/appdata/mariadb/**

Expand Down

0 comments on commit 512d23a

Please sign in to comment.