On Sun, Jul 31, 2022 at 8:35 AM Tobias Fiebig <
tob...@reads-this-mailinglist.com> wrote:

> > You could periodically rsync it to permanent storage and use mount_mfs'
> > -P option to populate at boot.
> Really good point; I will give setting that up a try later today and add
> that to the
> blogpost.
>

In addition to a scheduled rsync job, don't forget to also put that same
rsync command
into /etc/rc.shutdown, so that a controlled reboot or shutdown will update
persistent
storage with the most up-to-date data.  The scheduled rsync commands will
then just
be there to ensure you don't lose too much in case of system lockup or
other uncontrolled
reboot/powerfail/etc.

-ken

Reply via email to