Check all buckets

This commit is contained in:
Micke Nordin 2025-05-23 12:55:23 +02:00
parent 1987ebb052
commit 6006035a60

View file

@ -27,8 +27,7 @@ result2="${header}Customer;Total GB;Users"$'\n'
foundwrongcustomer=0
totalMB=0
totalFiles=0
for remote in ${remotes}; do
for remote in ${remotes[@]}; do
project=${remote}
buckets=$(rclone --config /root/.rclone.conf lsjson "${project}:" | jq -r '.[].Name' | grep -E -v '^statistics')