Restore durch Rollback # Finde temporäre Dateien fk@r500 ~/git/privoxy $find . -name "*~" [...] # Beabsichtigte Wirkung: Lösche temporäre Dateien # Tatsächliche Wirkung: '-delete' an falscher Stelle, Dateien in '.' werden gelöscht fk@r500 ~/git/privoxy $find . -delete -print -name "*~" [...] fk@r500 ~/git/privoxy $zogftw cmd zogftw_get_last_snapshot tank/home/fk/git/privoxy/.git tank/home/fk/git/privoxy/.git@2014-10-23_04:09 # Bringe Repository auf den Stand des letzen Snapshots fk@r500 ~/git/privoxy $sudo zfs rollback tank/home/fk/git/privoxy/.git@2014-10-23_04:09 # Bringe das lokale Verzeichnis auf den Stand des letzten Commits fk@r500 ~/git/privoxy $git reset --hard