Replies: 6 comments 6 replies
-
|
You have to use the partition oriented backup because option -00 is only available in this mode.# Looks like I have to create a fix for the typo 😆 |
Beta Was this translation helpful? Give feedback.
-
|
Okay. I created a backup using the -P option and restored that backup to the card. Then I tried to run: But I'm still getting an error: So, even running a regular backup I'm getting this error. If I reboot my pi then I can run the regular backup without issue. This is what my steps look like:
I can safely rule out the power supply as the issue since I'm now using official raspberry pi power plugs. |
Beta Was this translation helpful? Give feedback.
-
|
I see. You unfortunately have to be patient the next 4 weeks because I don't have access to a Raspberry and cannot check what's going on. This script is brand new and you're the guinea pig 😉 |
Beta Was this translation helpful? Give feedback.
-
|
I'm back home now and I didn't forget you 😃 But a lot of todos have accumulated. Please be patient with raspiBackupAndClone. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @framps. No worries. I was actually just thinking about reaching out. No problem. Reach out when you are ready! |
Beta Was this translation helpful? Give feedback.
-
|
I just created an issue to track the changes I'm going to make in raspiBackup so notifications are sent if a backup finishes in the background. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the directions to setup raspiBackupAndClone.sh here: https://www.linux-tips-and-tricks.de/en/raspibackupcategorye/685-how-to-create-a-clone-with-raspibackup
I wanted to be able to manually execute a backup to test that it is working. I already have a properly formatted backup of RaspiBackup on my external microSD card and have several raspiBackups on my server. I'm using the default backup options (using rsync).
I can confirm that the drive exists:
I tried executing a new backup using the following:
sudo raspiBackupAndClone.sh /dev/sda -m detailed -gI also tried:
sudo raspiBackupAndClone.sh /dev/sdaOne thing I noticed in the tutorial is that we are supposed to use "partition oriented mode" when creating a backup, but the default for raspiBackup is only two partitions - which I have currently. Will this cause any issues or is there any reason why I should enable partition oriented mode when using this wrapper?
Getting the following error:
??? RBK0344E: No mounted boot parition detectedI'm sure I'm doing something wrong...
Beta Was this translation helpful? Give feedback.
All reactions