update comments for the new function name

This commit is contained in:
Jérémy Lecour 2024-01-11 08:03:09 +01:00 committed by Jérémy Lecour
parent 282bb6f1bc
commit 230ad8ae79
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -22,7 +22,7 @@ MAIL=jdoe@example.com
#######################################################################
#
# The "sync_tasks" function will be called by the "main" function.
# The "sync_tasks" function will be called by the "run_evobackup" function.
#
# You can customize the variables:
# * "SYNC_NAME" (String)
@ -88,7 +88,7 @@ sync_tasks() {
#######################################################################
#
# The "local_tasks" function will be called by the "main" function.
# The "local_tasks" function will be called by the "run_evobackup" function.
#
# You can call any available "dump_xxx" function
# (usually installed at /usr/local/lib/evobackup/dump-*.sh)