Hi :wave: 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,
Hi 馃憢
You shouldn't set
/tmpas default backup_dir here: https://github.com/passbolt/lab-passbolt-admin-scripts/blob/main/backup.sh#L14-L15/tmpis a non-persistent volume who is cleaned on each reboot of any Linux server so users will loose their backups./var/tmpis persistent and data will survive a server reboot.Best,