Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Having trouble setting up app-backup/snapper with openrc
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
thirtySeven
n00b
n00b


Joined: 05 Dec 2020
Posts: 3
Location: Boston, MA

PostPosted: Wed Dec 23, 2020 11:52 pm    Post subject: Having trouble setting up app-backup/snapper with openrc Reply with quote

I would like to use Snapper for snapshotting my btrfs filesystem. The problem is that every tutorial out there assumes systemd. To start the snapper timers on systemd you use the services:
Code:
snapper-timeline.timer
snapper-cleanup.timer

Unfortunately openrc doesn't have these timers. Must I make an advanced cronjob to do all of the snapshotting?

The Gentoo wiki page for snapper does not address this issue.

If anyone else uses Snapper with openrc I would appreciate some guidance.
Back to top
View user's profile Send private message
minorsecond
n00b
n00b


Joined: 25 Jan 2015
Posts: 13

PostPosted: Fri Nov 26, 2021 1:59 pm    Post subject: Reply with quote

This is mega late, but I've figured it out.

If you have a cron daemon installed (I have Cronie), and then install snapper, it seems to automatically set it up for you. In /etc/cron.hourly, I have a file called "suse.de-snapper" which is a script to take a snapshot hourly for each snapper config. In /etc/cron.daily, I have a file with the same name that performs the snapshot cleanups.

I want both to occur hourly, so I renamed them to specific names (added cleanup and snapshot timer to the filenames) and have them both in the cron.hourly directory.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum