baodrate / snap-sync

Use snapper snapshots to backup to external drive
GNU General Public License v2.0
130 stars 38 forks source link

update example service and timer in manpage #100

Open bdaase opened 3 years ago

bdaase commented 3 years ago

This does four things:

wesbarnett commented 3 years ago

Hi @BjoernDaase, thanks for the contribution. Keep in mind these are just examples that the user is intended to tweak on their own. So setting IOSchedulingClass and CPUSchedulingPolicy to idle might not be the correct solution for everyone since the process may become starved if higher priority processes are constantly running. Setting Nice might be a better option for many. See this discussion.

bdaase commented 3 years ago

Hi Wes, thanks for your quick reply!

I have just added them to the service based on my personal experience, where they work fine, and because they they look like sane defaults to me. However, I can also drop those two lines completely from the patch if you don't feel comfortable recommending this as a default. Just let me know what you prefer :)