Hi. I'm using PBS to backup my data. There's a ct running a nextcloud instance, and that ct has a separate mount point for the data (~100GB). I run at os level the proxmox backup client for that directory, and found out that there are errors that I'm currently debugging. Also, take into account that users can run into "bad practice", but that shouldn't be a technical problem from a datastore storage point of view as long as ext4 can manage the file. SMART says the disks are OK.
At this time I get errors like
and I don't know which file is having the problem, so I'm testing with trees in a test and error work.
I've found that a user has uploaded a copy of the thunderbird folder (.thunderbird), and this causes problems for pbs.
Also, I've had to create a tar with the whole data, restored this in a separate lv for these tests. First, I formatted the lv with ext4, and run into several weird issues with tested files becoming corrupted, so I'm repeating using now btrfs, and I'm currently on the way, finding the issues explained above, and surely more yet to come.
Any help is appreciated. Thanks in advance.
At this time I get errors like
Code:
catalog upload error - channel closed
Error: inserting chunk on store 'XXXX' failed for 26fb44e8d7f18c2776a2a515b3ce773a94a3136931b400e6aec4c0f7cab37f51 - mkstemp "/mnt/datastore/XXXX/.chunks/26fb/26fb44e8d7f18c2776a2a515b3ce773a94a3136931b400e6aec4c0f7cab37f51.tmp_XXXXXX" failed: EUCLEAN: Structure needs cleaning
I've found that a user has uploaded a copy of the thunderbird folder (.thunderbird), and this causes problems for pbs.
Also, I've had to create a tar with the whole data, restored this in a separate lv for these tests. First, I formatted the lv with ext4, and run into several weird issues with tested files becoming corrupted, so I'm repeating using now btrfs, and I'm currently on the way, finding the issues explained above, and surely more yet to come.
Any help is appreciated. Thanks in advance.