Hi,
Urbackup is installed on Truenas as jail. I looked for logs which path is /var/log/urbackup but did not see any restore or browse backup log. How can i find these kind of logs?
Best regards,
Any answer?
Hi,
Can somebody comment this case. If I change severity level to “info”, is it possbile to see restore or backup browse logs?
I’ve noticed the responses on this forum can sometimes be… absent…
I’m not using truenas but my logs are directly in /var/log not in a urbackup subdirectory.
$ ls /var/log/urbackup* -l
-rw-r--r-- 1 root root 220585 Oct 28 14:16 /var/log/urbackupclient.log
-rw-r----- 1 urbackup urbackup 511633 Oct 28 16:08 /var/log/urbackup.log
-rw-r----- 1 urbackup urbackup 1393596 Oct 23 11:50 /var/log/urbackup.log.1
-rw-r--r-- 1 urbackup urbackup 4953 Oct 15 23:59 /var/log/urbackup.log.2.gz
you can always try
sudo find . -type f -iname "urbackup*.log*" -ls
when in root. Could take a while though.