• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: December 30th, 2023

help-circle
  • I’m thinking about just doing something outside kubernetes that just copies the data from the directory that NFS provides to another storage.

    This is what I’m doing for the most part. A TrueNAS server provides the NFS shares and periodically backs them up with restic.

    Some apps don’t like NFS very much, especially those that require SQLite. If you’re running Jellyfin over NFS you probably know what I mean. For those apps I use Ceph instead, which is highly available and a lot faster but also more complicated. Those PVCs I backup from within kubernetes to S3 storage with velero.