On Fri, Aug 02, 2013 at 01:12:57PM +0200, Matthias G. Eckermann wrote:
There is a quick way to disable automated snapshots from zypper completely:
zypper rm snapper-zypp-plugin
I would not do this, though, but instead change the config options in "/etc/snapper/configs/root" to be more aggressive in removing snapshots. I personally meanwhile switched off TIMELINE based snapshots completly and only do manual and zypper based snapshots for "/". If you are short on diskspace or following factory closely, something like this can help (it will keep 8 pre/post snapshot pairs only):
---------------------------< snip >--------------------------- # snapper diff 10..11 /etc/snapper/configs/root --- /.snapshots/10/snapshot/etc/snapper/configs/root 2013-07-26 11:11:01.092720678 +0200 +++ /.snapshots/11/snapshot/etc/snapper/configs/root 2013-08-02 13:05:15.548336389 +0200 @@ -19,11 +19,11 @@
# limit for number cleanup NUMBER_MIN_AGE="1800" -NUMBER_LIMIT="100" +NUMBER_LIMIT="16"
# create hourly snapshots -TIMELINE_CREATE="yes" +TIMELINE_CREATE="no"
# cleanup hourly snapshots after some time TIMELINE_CLEANUP="yes" ---------------------------< snap >---------------------------
For more information, see "man snapper".
Or better the new "snapper-configs". If not included on your system yet use http://snapper.io/manpages/snapper-configs.html. Regards, Arvin -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org