Skip to content

Can I change the settings of Snapper to suit my need? #335

Answered by geckolinux
Disil asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there,

I found that Snapper is too intrusive by having them creating snapshot everytime I do apt operations. Can I change it to make it not automatic like that

Yes, in /etc/default/snapper you can set DISABLE_APT_SNAPSHOT="yes" .

and instead take snapshot every day/week/month instead?

You could setup a manual cron job to run snapper -c root create -c number or snapper -c root create -c timeline. If you want the automatic cleanup algorithm that is shown in Snapper GUI to maintain a fixed number of snapshots then use -c number , or if you want it to retain X number of daily/monthly/weekly snapshots you could use -c timeline .

Also OOT but whenever I install/uninstall something, at t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Disil
Comment options

@geckolinux
Comment options

Answer selected by Disil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants