multibackup aktualisiert
This commit is contained in:
@@ -143,7 +143,7 @@ for folder_to_backup in "${folders_to_backup[@]}"; do
|
|||||||
|
|
||||||
# Remove old backups
|
# Remove old backups
|
||||||
if [[ ! -z "${backup_retention}" ]]; then
|
if [[ ! -z "${backup_retention}" ]]; then
|
||||||
find "${absolute_backup_destination}/" -maxdepth 1 -mtime "${backup_retention}" -type f -exec rm -rf {} \;
|
find "${absolute_backup_destination}/" -daystart -maxdepth 1 -mtime "${backup_retention}" -type f -exec rm -rf {} \;
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Doesn't exist => skip
|
# Doesn't exist => skip
|
||||||
|
|||||||
Reference in New Issue
Block a user