summarylogtreecommitdiffstats
path: root/snapper.install
blob: 7d797f4f2e46d889df43526faa3285d65200be79 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo "For first-time config instructions see https://wiki.archlinux.org/index.php/Snapper"
	echo
	echo "To use timelined snapshots, you need to manually enable and start the timer units with:"
	echo
	echo "# systemctl enable snapper-cleanup.timer"
	echo "# systemctl enable snapper-timeline.timer"
	echo "# systemctl start snapper-cleanup.timer"
	echo "# systemctl start snapper-timeline.timer"
	echo
}