[pve] Weekly backup 2026-07-19 — 9 files changed, 51 insertions(+), 7 deletions(-)

This commit is contained in:
Proxmox Backup
2026-07-19 03:00:03 -05:00
parent 3b15a0778b
commit ca1d659ccf
9 changed files with 51 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fi
SUBNET="10.48.200.0/24"
TMPFILE=$(mktemp)
nmap -sn --send-ip "$SUBNET" 2>/dev/null > "$TMPFILE"
nmap -sn "$SUBNET" 2>/dev/null > "$TMPFILE"
if [ ! -s "$TMPFILE" ]; then
echo "$(date): nmap produced no output" >&2