Automated Manifest Update #2768

Merged
alexlebens merged 3 commits from auto/update-manifests into manifests 2025-12-20 22:36:41 +00:00
Showing only changes of commit 9bc772eb1b - Show all commits

View File

@@ -22,8 +22,7 @@ data:
echo " ";
echo ">> Backups to be removed:";
$FILES=$(s3cmd ls --no-check-certificate ${BUCKET}/cl01tl/etcd/ |
awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}' |
grep . | sort -u);
awk -v file_match="$FILE_MATCH" '$4 < file_match {print $4}');
echo "$FILES"
if [ -n "${FILES}" ]; then