This commit is contained in:
Sebastian
2024-10-28 10:45:56 +01:00
parent 63a47db15c
commit 6752469c8d

View File

@@ -11,7 +11,7 @@ keys=$(cat $dir/$2.yml | yaml2json - | jq '.volumes' | jq -r 'keys[]')
files=()
for key in $keys; do
volume_name="rpc_$key"
volume_name="rpc_$key-20" # needs to be followed by a date 2024
need_to_copy_file=$($dir/list-backups.sh $1 | grep "${volume_name}" | sort | tail -n 1)