ถ้ามันช่วยทุกคนฉันมีปัญหาที่คล้ายกัน (การสำรองข้อมูล rsync / rsnapshot ในไฟล์ที่ได้รับผลกระทบ) ฉันโพสต์ปัญหา / แนวทางแก้ไขของฉันที่นี่:
https://ubuntuforums.org/showthread.php?t=2348768&p=13627299#post13627299
สรุป:
ข้อผิดพลาดการสำรองข้อมูล rsnapshot (rsync) บนระบบ arch linux x86_64 ไฟล์ที่มีความลึกซ้อนกันมีข้อผิดพลาดแสดงข้อผิดพลาดปรากฏขึ้นเมื่อฉันพยายามลบไฟล์นั้น:
sudo rm -fR hourly.5/
rm: cannot remove 'hourly.5/snapshot_root/mnt/Vancouver/temp/temp - old/temp - 09 (Dec 07, 2014 - Sep 02, 2015)/a_OLD-gmail/victoria.a.stuart@gmail.com/[Gmail]/LINUX/rsync, rsnapshot; Other backups/19.bak': Structure needs cleaning
นี่คือปัญหา:
cd mnt/Vancouver/temp/temp\ -\ old/temp\ -\ 09\ \(Dec\ 07\,\ 2014\ -\ Sep\ 02\,\ 2015\)/a_OLD-gmail/victoria.a.stuart@gmail.com/\[Gmail\]/LINUX/rsync\,\ rsnapshot\;\ Other\ backups/
ls -l
ls: cannot access '19.bak': Structure needs cleaning
total 0
-????????? ? ? ? ? ? 19.bak ## << THAT IS THE PROBLEM!!
[ดูเพิ่มเติมที่: https://www.reddit.com/r/linuxquestions/comments/4b47r2/has_anyone_ever_gotten_structure_needs_cleaning/ ]
ไดรฟ์สำรองของฉันคือ / dev / sda1
sudo umount /dev/sda1
sudo fsck.ext4 /dev/sda1 ## << accepted suggested fixes
รีบูตแล้ว: ทุกอย่างดูดี ไปที่ไดรฟ์สำรองลบไฟล์ที่มีปัญหา:
/mnt/Backups/rsnapshot_backups/hourly.5/snapshot_root/mnt/Vancouver/temp/temp - old/temp - 09 (Dec 07, 2014 - Sep 02, 2015)/a_OLD-gmail/victoria.a.stuart@gmail.com/[Gmail]/LINUX/rsync, rsnapshot; Other backups/19.bak
QED ?!
[อัพเดท: ใช่; ใช้งานได้: การสำรองข้อมูลของฉันทำงานได้ตามปกติอีกครั้ง! :-)]