Hi,
I think I have a big problem with ZFS...
Until today everything worked fine but then some of my services (I think it was the backup tool) went crazy and started writing more and more files into /var/. That lead to a full reboot of the system and after that some of the important files in /var were gone (for example the www directory).
Now it looks like this:
With df -h /var I can not detect any big files in /var. And I also can not understand why /var/db and /var/www were gone.
I have a snapshot on zsystem, but starting
the systems hangs... ssh access is no longer possible, no HDD activity. I have to hard reboot.
Please help me... I need to recover the things ins /var/www and /var/db
Thanks!
I think I have a big problem with ZFS...
Until today everything worked fine but then some of my services (I think it was the backup tool) went crazy and started writing more and more files into /var/. That lead to a full reboot of the system and after that some of the important files in /var were gone (for example the www directory).
Now it looks like this:
Code:
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
zsystem 33,7G 0 9,36G /
zsystem/tmp 1,91M 0 1,91M /tmp
zsystem/var 20,4G 0 20,4G /var
zsystem/var/log 16,9M 0 16,9M /var/log
zsystem/var/tmp 712K 0 712K /var/tmp
With df -h /var I can not detect any big files in /var. And I also can not understand why /var/db and /var/www were gone.
I have a snapshot on zsystem, but starting
Code:
# zfs rollback zsystem@yesterday
Please help me... I need to recover the things ins /var/www and /var/db
Thanks!