Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upDEFAULT_PARTITIONS_TO_BACKUP="1 2" produces an error #75
Comments
framps
self-assigned this
Sep 29, 2018
framps
added
the
bug
label
Sep 29, 2018
This comment has been minimized.
This comment has been minimized.
Hello @JoergBo , thank you very much for reporting the issue. You are right: If you use the config file to define the partitions to backup raspiBackup fails The other issue you reported I cannot debug because in the log you called raspiBackup |
This comment has been minimized.
This comment has been minimized.
Configuration files used by installer were just updated with additional comments and the doc for the option -T was also updated right now on https://www.linux-tips-and-tricks.de/de/raspibackup#parameter |
This comment has been minimized.
This comment has been minimized.
Hi, may be, my desciption was a little confusing. There is only one Bug. The backup starts and ends without error, but NO files are backed up! --- RBK0009I: boox-rpi3: raspiBackup.sh V0.6.4 (e93685e) um Sat 29 Sep 14:23:34 CEST 2018 gestartet. sent 4,023 bytes received 15 bytes 8,076.00 bytes/sec
Sep 29 14:23:38 boox-rpi3 sendEmail[32260]: Message input complete. ---just info, no bugs beyond this line --------------------------------------------------------------- |
This comment has been minimized.
This comment has been minimized.
@JoergBo Got it now |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@framps Tested it, DEFAULT_PARTITIONS_TO_BACKUP="1 2" works now. Thank you! |
JoergBo
closed this
Oct 1, 2018
This comment has been minimized.
This comment has been minimized.
Solved. |
JoergBo commentedSep 29, 2018
•
edited
I tried to use partition based backup, setting this parameters in raspiBackup.conf
DEFAULT_PARTITIONBASED_BACKUP="1"
DEFAULT_PARTITIONS_TO_BACKUP="1 2"
Its a Raspi 3B with Debian stretch with actual updates
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
When i try to start i get an error
--- RBK0009I: boox-rpi3: raspiBackup.sh V0.6.4 (e93685e) um Sat 29 Sep 08:52:23 CEST 2018 gestartet.
--- RBK0128I: Logdatei ist /media/data/backup/[...]-rsync-backup-20180929-085223/boox-rpi3-backup.log.
--- RBK0116I: Konfigurationsdatei /usr/local/etc/raspiBackup.conf wird benutzt.
??? RBK0093E: Angegebene Partition 1 2 der Option -T existiert nicht.
When i do the same on the commandline -T "1 2" the backup works!
In the debug.log it seems, raspibackup detects the correct partitions, but stops with the error.
Please check, thank you.
boox-rpi3-raspiBackup.log