Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update backup script example #7734

Merged
merged 7 commits into from Mar 13, 2024
Merged

Conversation

mmomjian
Copy link
Contributor

@mmomjian mmomjian commented Mar 8, 2024

When using a deduplicating backup program (Borg, Restic, etc), using gzip is counter-productive because small changes in the input data stream can lead to much larger changes in the compressed data to backup.

As an alternative, some programs advise that you can use gzip --rsyncable, but uncompressed data is typically still preferred as it has a better chance of matching up with the existing chunks from prior backups.

I propose that we update the docs to make Borg more space efficient as Immich will often have small daily changes to the database.

Also fixed some unquoted vars

@mmomjian mmomjian changed the title Update backup script example docs: Update backup script example Mar 8, 2024
@jrasm91 jrasm91 added the documentation Improvements or additions to documentation label Mar 8, 2024
Copy link
Member

@danieldietzler danieldietzler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@alextran1502 alextran1502 merged commit bd88a24 into immich-app:main Mar 13, 2024
24 checks passed
@mmomjian mmomjian deleted the patch-1 branch March 31, 2024 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants