Update 2025-07-23 08:44 OpenBSD/amd64-dalek

This commit is contained in:
c0dev0id
2025-07-23 08:44:35 +02:00
parent 0530d9228b
commit 8f37eceb9a
2 changed files with 11 additions and 1 deletions

View File

@@ -1,2 +1,10 @@
#!/bin/sh
bupstash put hostname=$(hostname) $@
hostname=$(hostname)
year=$(date +%Y)
month=$(date +%m)
day=$(date +%d)
timestamp="$year-$month-$day $(date +"%H:%M")"
set -x
bupstash put --print-file-actions --print-stats hostname="$hostname" timestamp="$timestamp" year="$year" month="$month" day="$day" $@