Destroying multiple ZFS snapshots

Note to self: Sometimes it is necessary to destroy not just a single but multiple ZFS snapshots. This can be done with some command line magic, but the zfs destroy subcommand has built in functionality too. Given a dataset pool1/dataset1 with 5 snapshots: snapshot1 snapshot2 snapshot3 snapshot4 snapshot5 [bash]zfs destroy pool1/dataset1@snapshot1,snapshot2,snapshot4[/bash] will destroy snapshot1, snapshot2 … Continue reading Destroying multiple ZFS snapshots

ZFS Snapshots und Samba Shadow Copy [German only]

Ich bin seit einiger Zeit ein großer Fan von ZFS und sammle immer wieder mal Links zu dem Thema. Es gibt einen Blog-Post ZFS Snapshots und Samba Shadow Copy (auf Deutsch) von Manfred Larcher, den ich gerade gefunden habe, und den ich hiermit erwähnen will, so dass ich ihn später auch wieder finde.

GExperts FAQ: Why does the Grep Results window not remember size and position?

The Grep Results window (and several other windows) can be docked to the IDE. To allow that GExperts does not save their positions and size but lets the IDE do that, which means these settings are part of an IDE desktop. While this can be convenient in the case of a docked window, it can … Continue reading GExperts FAQ: Why does the Grep Results window not remember size and position?