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

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,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions