Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Default backup dir shouldn't be set to /tmp #2

@AnatomicJC

Description

@AnatomicJC

Hi 👋

You shouldn't set /tmp as default backup_dir here: https://github.com/passbolt/lab-passbolt-admin-scripts/blob/main/backup.sh#L14-L15

/tmp is a non-persistent volume who is cleaned on each reboot of any Linux server so users will loose their backups.

/var/tmp is persistent and data will survive a server reboot.

Best,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions