Add documentation about logs

This commit is contained in:
deajan 2024-06-02 15:56:23 +02:00
parent 7e77713596
commit 0d79ff65dc

View file

@ -229,6 +229,11 @@ Permissions are:
- restore: Allows everything backup does plus restore, check and dump operations - restore: Allows everything backup does plus restore, check and dump operations
- backup: Allows, backup and snapshot/object listing operations - backup: Allows, backup and snapshot/object listing operations
## Logs
On Unix, logs will be found in `/var/log` unless the directory is not writable. In that case, we'll write into a temporary directory.
On Windows, logs will be found in the temp directory defined in `%TEMP%` variable or `%WINDIR%\TEMP` for system tasks.
## Upgrade server ## Upgrade server
NPBackup comes with integrated auto upgrade function that will run regardless of program failures, in order to lessen the maintenance burden. NPBackup comes with integrated auto upgrade function that will run regardless of program failures, in order to lessen the maintenance burden.