Skip to content

Commit

Permalink
xtradir more gelp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Oct 15, 2022
1 parent 74a6124 commit f5ba6dd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions xtradir.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#!/bin/bash

# Run xtrabackup
# Save either in folder <NUMBER>A or <NUMBER>B
# If successful, delete the other folder (A or B)
# Run xtrabackup and save either in folder [NUMBER]A or [NUMBER]B.
# If successful, delete the other folder (A or B).

# Configuration file ~/.my.conf:
#
# [xtrabackup]
# user=root
# password=[PASSWORD]

ME=$(basename "$0")
MY_DIR="/mnt/usb_wd_4tb_crypt/backup"
Expand Down

0 comments on commit f5ba6dd

Please sign in to comment.