Djeeberjr
818e58f179
All checks were successful
continuous-integration/drone/push Build is passing
too lazy to list things
10 lines
114 B
Bash
Executable File
10 lines
114 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
echo "Volumes:"
|
|
restic ls latest "/backup"
|
|
|
|
echo "Snapshots:"
|
|
restic snapshots latest
|