Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
evertramos committed Feb 6, 2022
2 parents a83c546 + 2e63f2a commit 02d6109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backup/backup-compress-folder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ backup_compress_folder()

if ! sudo tar -czf "${LOCAL_BACKUP_FOLDER_TO}/${LOCAL_BACKUP_FILE_NAME}" -C "${LOCAL_BACKUP_FOLDER_FROM%//}/../" $LOCAL_BACKUP_FOLDER_NAME; then
BACKUP_COMPRESS_FOLDER_ERROR=true
else
BACKUP_COMPRESS_FOLDER_FULLFILE="${LOCAL_BACKUP_FOLDER_TO}/${LOCAL_BACKUP_FILE_NAME}"
fi
}

Expand Down

0 comments on commit 02d6109

Please sign in to comment.