diff --git a/loki-logcli-backup.sh b/loki-logcli-backup.sh index 15efbb8..e244183 100755 --- a/loki-logcli-backup.sh +++ b/loki-logcli-backup.sh @@ -30,7 +30,7 @@ fi ERRORS=0 # Loop through the last 72 hours, excluding the most recent 2 hours -for i in {2..72}; do +for i in {2..900}; do echo "Processing hour $i" # Get the date and time @@ -93,4 +93,4 @@ done if [ "$ERRORS" -gt 0 ]; then echo "ERROR: Found $ERRORS errors. Exiting the script." exit 1 -fi \ No newline at end of file +fi