Internal backup location ok?
Solved
Snipe-IT
-
In the admin area you can create 'internal' backups, the mentioned location is:
/app/code/storage/app/backups
Is this correct and persistent over updates?
-
There is no way to configure the backup path in the app (even in the config file). I think it's a laravel convention to use storage subdirectory as writable.
In the Cloudron package,
/app/code/storage
is symlinked to/app/data/storage
. So it's all good. Backups will be persistent.