Skip to content

Commit

Permalink
updated examples to demonstrate new flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
husixu1 committed Jan 29, 2024
1 parent 41542b8 commit 11a1d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rsync-tmsched-conf-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ declare -A conf_Server_DST1=(
[dst]="$BR_DST1/Server-root"
# Specify other options like this
['--id-rsa']="$HOME/.ssh/id_rsa"
# Dump database before backup. Use 'true' at the end to ignore dump errors
['--pre-sync-hook']='mysqldump -u root -pPASSWORD db_name > db.sql; true;'
)
declare -a excl_Server_DST1=(
# Home directories
Expand Down

0 comments on commit 11a1d6c

Please sign in to comment.