-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug when restoring full system from snapshot (NOT from live ISO) #9
Comments
did you try running on anther machine? or use |
Sorry for delay in getting back to you - last couple of days have been very busy. The error does not occur when restoring from |
So I guess the problem only happens if only you create and restore from backup which path is not in the rootfs or system mountpoints |
Yes, that seems to be the case. I'll have access to another PC tomorrow (belonging to a friend of mine named Gene, who is also helping me to test/debug, and says to say hello, and appreciates your efforts :) ). I also have another bug I've been trying to zero in on (user has no sudo access after installing from an ISO). I see you've updated the source code, so I'll build fresh from source tomorrow and test again before raising a new issue. |
About that, I thinks it's caused by:
|
I rebuilt SB from source this morning, and created an ISO. Installed from that ISO, however still unable to gain root access. However, I figured out a simple workaround... I made a clean install of Arch, and a fresh build of SB from source onto that. I found that modifying The change is as follows. This section of
All I have to do is uncomment (remove the #) from either line, as required, eg:
This works, providing sudo access for my user account. If I then create an ISO of this system using SB, I can install the ISO and my user account has sudo access. Have also tried installing under different user names - no problem. Haven't had a chance to test making/restoring snapshots today, however I can confirm the issue with snapshots only occurs when snapshot is on an external drive. If snapshot is stored in Hope this helps. Will be able to do more testing tomorrow. Cheers. |
I think you should submit this issue to upstream source |
Hi again,
Sorry for delay in getting this to you. I have found a bug when attempting to restore the full system from a snapshot. The restore will run through until completion, but then fails with this error message:
Terminal log output:
After clicking OK on the error message, the main Systemback screen returns, but the directory where the snapshot is stored is marked as unavailable (red), as per below:
This would be the same as if the directory path were not mounted, however the directory path is still mounted and accessible elsewhere in the system (eg from Dolphin or a terminal). Closing Systemback and reopening it restores SB's access to the
WORKAROUND: Restoring the system in two stages, ie. selecting "System files restore", running the restore function. Then immediately (without rebooting) closing and reopening Systemback, selecting the snapshot and clicking "System Restore" again, this time selecting "User(s) configuration files restore" and running the restore function, then rebooting - seems to work with no errors.
The text was updated successfully, but these errors were encountered: