diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-03-19 11:27:10 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-03-19 11:27:16 +0100 |
commit | 6869438a993bee0ba9ffa09534e39c7e3a661988 (patch) | |
tree | a0f9408572ff98612c0831ead6e090700138d42a | |
parent | 5b9ceb467f2b493d39730a847e42711032d1bdf0 (diff) | |
download | tyilnet-6869438a993bee0ba9ffa09534e39c7e3a661988.tar.gz tyilnet-6869438a993bee0ba9ffa09534e39c7e3a661988.tar.bz2 |
Use correct name for db backups
-rw-r--r-- | hosts.d/edephas.tyil.net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts.d/edephas.tyil.net b/hosts.d/edephas.tyil.net index acef6fe..67af18e 100644 --- a/hosts.d/edephas.tyil.net +++ b/hosts.d/edephas.tyil.net @@ -1,6 +1,6 @@ bashtard.backup.borg.remote_paths.rsync=borg1 bashtard.backup.db.postgresql.user=postgres -bashtard.backup.elements.1=database_postgres +bashtard.backup.elements.1=database_postgresql bashtard.backup.fs.paths.1=/home/tyil bashtard.backup.fs.paths.2=/home/tyil/.local/git bashtard.backup.fs.paths.3=/var/www/* |