16
submitted 2 years ago* (last edited 2 years ago) by gitamar@feddit.de to c/selfhosted@lemmy.world

I am using restic for backups. I would like to use a non-root user to backup my docker volumes. As the files in the volumes have very different access rights and groups, accessing them is difficult without root rights.

Chowning the files doesn't help sustainably, as new files are created with a different group again.

What recommendation do you have to smoothly backup files from the docker volumes?

Tags #restic #backup #docker

you are viewing a single comment's thread
view the rest of the comments
[-] bellsDoSing@lemm.ee 2 points 2 years ago

You didn't mention how big those volumes are and how frequently the data changes.

Assuming it's not that much data:

  • use tar to archive each volume first, while using proper options to preserve permissions and whatever else is important for your usecase
  • use restic to backup those archives
  • use a proper pruning strategy to not let your backups get too big:
    • I'm not that familiar with restic, but maybe you can backup those archives separately and apply a more aggressive pruning strategy just for them
    • simply might be needed, cause deduplication (AFAIK) might not be that great with backing up archives
    • but maybe if the volume data and the resulting archive doesn't change that often, deduplication would be sufficient even with a not so aggressive pruning strategy
[-] gitamar@feddit.de 3 points 2 years ago

Restic uses smart Delta backups, creating a tar before the restic process would defeat the purpose. The permission issue is the same, as I need to have access to the Files either way.

this post was submitted on 26 Nov 2023
16 points (100.0% liked)

Selfhosted

61307 readers
416 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS