mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/bash
|
|
|
|
restic snapshots | tail -3 | head -1 | awk '{print "Last backup: " $2 " " $3}'
|
|
restic check
|