Skip to content
Snippets Groups Projects

Add script to handle a USB repair stick

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -267,8 +267,8 @@
# get list of snapshots and filter the lines with a date YYYY-MM-DD
_data=$( t_restoreDoShowVolumes | grep "[12][0-9][0-9][0-9]-[0-2][0-9]-[0-3][0-9]" | tail -5 )
echo "..."
echo "$_data"
# echo "..."
# echo "$_data"
_snapshotLast=$( echo "$_data" | tail -2 | head -1 | cut -f 1 -d " ")
_snapshotNow=$( echo "$_data" | tail -1 | cut -f 1 -d " ")
Loading