.dotfiles/private_dot_local/bin/executable_,restic-lastbackup.sh
2024-09-30 18:06:03 -04:00

4 lines
105 B
Bash

#!/bin/bash
restic snapshots | tail -3 | head -1 | awk '{print "Last backup: " $2 " " $3}'
restic check