Back Up Failed - Worked before

Hi,

Have 16.2 with all update. upgrades and plan on 17 as soon as I get the backup sorted.

Had a power blackout and lost 2 PCs one of them a tower server Zorin Pro with a VB with Zorin Lite.

It did the PSU in so have a new one and all is up and working however the some strange reason, Back Up is failing.

It shows it is saving to the regular Backup dir but after it does al that, I get the red exclamation and Failed.

Giving up after 5 attempts error opening file blah bah.. Read-only file system.

Yes it is the correct backup drive but maybe the permissions have gone. How do I correct please?

Thank you

Power Outage Causes PSU Failure and Read-only Filesystem Error

A power outage can cause various issues, including PSU failure and filesystem corruption, leading to a read-only file system error. Here are steps to address the situation:

  1. Check the Power Supply Unit (PSU) : Ensure the PSU is functioning correctly. If it is failing, consider replacing it. A failing PSU can deliver unstable power, leading to disk errors and system instability.
  • Run File System Checks : Use commands like fsck to check and repair filesystem issues. For instance, you can run sudo fsck /dev/sdx1 to check the filesystem on a specific partition.
  • Monitor Disk Health : Utilize tools like smartctl from the smartmontools package to monitor the health of your hard drives and predict failures before they happen. Run sudo smartctl -a /dev/sdx to gather detailed information about the disk's health.
  • Regular Backups : Implement regular backups to safeguard against data loss. Schedule filesystem checks using cron jobs to help identify and fix corruption before it becomes a major issue.
  • Graceful Shutdown Mechanism : Install a UPS (Uninterruptible Power Supply) that can automatically shut down the system during a power outage to prevent abrupt shutdowns and filesystem corruption.

If the read-only file system persists despite these measures, it might indicate deeper hardware issues or severe filesystem corruption that requires professional data recovery services.

For further assistance, consult the documentation or seek help from community forums specific to your operating system or hardware.

AI-generated answer. Please verify critical facts.

[
🌐

How to Fix a Disk Read Error Occurred in Windows 11/10/7/8/XP
](Fix a Disk Read Error Occurred in Windows [8 Ways])[
🌐
mangohost.net

Preventing Linux "Read-only filesystem" Error : Causes and Solutions
](Preventing Linux "Read-only filesystem" Error : Causes and Solutions)[
🌐
askubuntu.com

boot - Read-only file system after power outage - Ask Ubuntu
](https://askubuntu.com/questions/1113070/read-only-file-system-after-power-outage)[
🌐
gillware.com

[SOLVED] External Hard Drive Not Working After Power Outage
]([SOLVED] External Hard Drive Not Working After Power Outage)[
🌐
superuser.com

filesystems - Is NTFS fail-safe in case of a power outage? - Super User
](https://superuser.com/questions/194412/is-ntfs-fail-safe-in-case-of-a-power-outage)[
🌐
embeddedts.com

Preventing Filesystem Corruption in Embedded Linux
](https://www.embeddedts.com/assets/preventing-filesystem-corruption-in-embedded-linux)[
🌐
unix.stackexchange.com

ubuntu - I/O error after power failure, filesystem remounting as read-only - Unix & Linux Stack Exchange
](https://unix.stackexchange.com/questions/353703/i-o-error-after-power-failure-filesystem-remounting-as-read-only)[
🌐
reddit.com

r/Ubuntu on Reddit: Read-only file system after power outage
](https://www.reddit.com/r/Ubuntu/comments/cqcfis/readonly_file_system_after_power_outage/)

Wow thank you. Lotta help here !!