diff --git a/plugins/transfer/restic.sh b/plugins/transfer/restic.sh index 4ad31c39a28f43e5a893cfc34e4b96a8f432bdd8..45a23deabd67e50f7adcc307d2544861fdd8abf3 100644 --- a/plugins/transfer/restic.sh +++ b/plugins/transfer/restic.sh @@ -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 " ")