typos..
This commit is contained in:
parent
1cce121bb4
commit
44964425e0
1 changed files with 2 additions and 2 deletions
|
|
@ -235,7 +235,7 @@ duplicity_cleanup()
|
|||
{
|
||||
echo "-----------[ Duplicity Cleanup ]-----------" >> ${LOGFILE}
|
||||
${ECHO} ${DUPLICITY} ${CLEAN_UP_TYPE} ${CLEAN_UP_VARIABLE} --force \
|
||||
$ENCRYPT \
|
||||
${ENCRYPT} \
|
||||
${DEST} >> ${LOGFILE}
|
||||
echo >> ${LOGFILE}
|
||||
}
|
||||
|
|
@ -243,7 +243,7 @@ duplicity_cleanup()
|
|||
duplicity_backup()
|
||||
{
|
||||
${ECHO} ${DUPLICITY} ${OPTION} ${VERBOSITY} ${STATIC_OPTIONS} \
|
||||
$ENCRYPT \
|
||||
${ENCRYPT} \
|
||||
${EXCLUDE} \
|
||||
${INCLUDE} \
|
||||
${EXCLUDEROOT} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue