**You really cannot beat UNIX, no really. Everything else ever invented sucks in comparison ๐คฃ
$ diff -Ndru <(restic snapshots | grep minio ...**
You really cannot beat UNIX, no really. Everything else ever invented sucks in comparison ๐คฃ
$ diff -Ndru <(restic snapshots | grep minio | awk โ{ print $1 }โ | sort -u) <(restic snapshots | grep minio | awk โ{ print $1 }โ | xargs -I{} restic forget -n {} | grep -E โ{.*}โ | sed -e โs/{//g;s/}//gโ | sort -u) | tee | wc -l; echo $?
0
0
โ [Read more](https://twtxt.net/twt/34st2yq)