fix restore script with rustic usage
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-10-02 18:40:27 +02:00
parent 057a270d8d
commit 50e4d0bbd8
+1 -1
View File
@@ -14,7 +14,7 @@ echo "Fetching available snapshots..."
# --- 2. Display Snapshots ---
if [ -n "$HOST_FILTER" ]; then
echo "Displaying snapshots for host: ${HOST_FILTER}"
rustic snapshots --host "${HOST_FILTER}"
rustic snapshots --filter-host "${HOST_FILTER}"
else
echo "Displaying all snapshots..."
rustic snapshots