Skip to content

Instantly share code, notes, and snippets.

@kevit
Created March 14, 2019 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevit/480e2c0cf0e518fef87cd30a4e3497d3 to your computer and use it in GitHub Desktop.
Save kevit/480e2c0cf0e518fef87cd30a4e3497d3 to your computer and use it in GitHub Desktop.
Get last restic backup time
restic snapshots -r /backup -p pass --json | jq -r '.[-1].time|strptime("%Y-%m-%dT%H:%M:%S.%Z")|mktime'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment