initial commit
This commit is contained in:
commit
2b7b36dc5c
8
bookstack-backup.sh
Normal file
8
bookstack-backup.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
date=$(date +"%d-%m-%Y@%H-%M")
|
||||||
|
|
||||||
|
# Add your backup path here
|
||||||
|
cd /backups/BookStack
|
||||||
|
|
||||||
|
# dump the MariaDB database
|
Loading…
Reference in New Issue
Block a user