Command Line error with build 6307
Forum rules
Discussion on the R-Drive Image software
Discussion on the R-Drive Image software
Command Line error with build 6307
Hi,
I have been using build 6306 without a glitch on my Win7 Dell PC. Since build 3607, the command line backup fails at the end of the process, just before check. The script is unchanged except I change the destination :
With 6306 it was :
append /a /o -append-inc="true" -s=2 -a="E:\Backup\Alienware\R-TT\Alienware-SSD-Sandisk.rdr" -p="password removed" -r="Incr" -c=4 -u -bs -bs-size="150000" -bs-num-b="3" -bs-num-f="20" -check -log="E:\Backup\Alienware\R-TT\Scripts\Logs\"
With 6307 I had to change it into :
append /a /o -append-inc="true" -s=2 -a="E:\Backup\Alienware\R-TT\Alienware-SSD-Sandisk_20190927_082535_1.rdr" -p="password removed" -r="Incr" -c=4 -u -bs -bs-size="150000" -bs-num-b="3" -bs-num-f="20" -check -log="E:\Backup\Alienware\R-TT\Scripts\Logs\"
because it seems to use a new file naming system and it performed a full backup instead of an incremental one. And it also fails.
Is this a known issue with Win7 ?
I am now reverting to build 6306 to see if the issue remains.
Thanks !
Edited 2020-10-24 : I also got a similar error on a win10 machine, the backup using the command line exited and the log file is incomplete.
I have been using build 6306 without a glitch on my Win7 Dell PC. Since build 3607, the command line backup fails at the end of the process, just before check. The script is unchanged except I change the destination :
With 6306 it was :
append /a /o -append-inc="true" -s=2 -a="E:\Backup\Alienware\R-TT\Alienware-SSD-Sandisk.rdr" -p="password removed" -r="Incr" -c=4 -u -bs -bs-size="150000" -bs-num-b="3" -bs-num-f="20" -check -log="E:\Backup\Alienware\R-TT\Scripts\Logs\"
With 6307 I had to change it into :
append /a /o -append-inc="true" -s=2 -a="E:\Backup\Alienware\R-TT\Alienware-SSD-Sandisk_20190927_082535_1.rdr" -p="password removed" -r="Incr" -c=4 -u -bs -bs-size="150000" -bs-num-b="3" -bs-num-f="20" -check -log="E:\Backup\Alienware\R-TT\Scripts\Logs\"
because it seems to use a new file naming system and it performed a full backup instead of an incremental one. And it also fails.
Is this a known issue with Win7 ?
I am now reverting to build 6306 to see if the issue remains.
Thanks !
Edited 2020-10-24 : I also got a similar error on a win10 machine, the backup using the command line exited and the log file is incomplete.
Re: Command Line error with build 6307
I've informed our developers about the problem. Thank you for reporting!
Re: Command Line error with build 6307
Did you try to use the old script with the new 6307 build, where the file name was Alienware-SSD-Sandisk.rdr?
If yes, did it fail, too? If yes, we'll fix this bug.
If yes, did it fail, too? If yes, we'll fix this bug.
Re: Command Line error with build 6307
Hi,
Yes, I did try to use the old script but I canceled the operation before it ended as I realized it was creating a full backup under a new filename and not an incremental one. I'll try to reinstall v6307 and perform the old script again. Still, even with the updated script, it should not fail I think.
I'll post here when done.
Sincerely,
Merle1
Yes, I did try to use the old script but I canceled the operation before it ended as I realized it was creating a full backup under a new filename and not an incremental one. I'll try to reinstall v6307 and perform the old script again. Still, even with the updated script, it should not fail I think.
I'll post here when done.
Sincerely,
Merle1
Re: Command Line error with build 6307
Hi,
I reinstalled the 6307 build, performed an incremental backup with the old script : no error ! But the incremental is a full image actually.
Then I retried with the script modified so that it's really an incremental image. Then it fails again. I will now reboot and try again.
If this persists, how to use the previous image files as base for future incremental images ?
Thanks.
Sincerely
merle1
Re: Command Line error with build 6307
Hi again,
I think I have narrowed down the issue, it's not a destination file name issue but rather the backup set management.
With build 6307, starting with the same set of already created image files,
- [append /a /o -append-inc="true" -s=2 -a="E:\Backup\Alienware\R-TT\Alienware-SSD-Sandisk_20190927_082535_1.rdr" -p="password" -r="Incr" -c=4 -u -bs -bs-size="150000" -bs-num-b="3" -bs-num-f="20" -check -log="E:\Backup\Alienware\R-TT\Scripts\Logs\"] fails at the end of the image step, just before verify
- [append /a /o -append-inc="true" -s=2 -a="E:\Backup\Alienware\R-TT\Alienware-SSD-Sandisk_20190927_082535_1.rdr" -p="password" -r="Full then Incr" -c=4 -u -check -log="E:\Backup\Alienware\R-TT\Scripts\Logs\"] completes normally
So it seems it is the -bs -bs-size="150000" -bs-num-b="3" -bs-num-f="20" part that causes the issue.
I'd like to mention there are already 34 .rdr files in the destination folder.
Sincerely,
Merle 1
I think I have narrowed down the issue, it's not a destination file name issue but rather the backup set management.
With build 6307, starting with the same set of already created image files,
- [append /a /o -append-inc="true" -s=2 -a="E:\Backup\Alienware\R-TT\Alienware-SSD-Sandisk_20190927_082535_1.rdr" -p="password" -r="Incr" -c=4 -u -bs -bs-size="150000" -bs-num-b="3" -bs-num-f="20" -check -log="E:\Backup\Alienware\R-TT\Scripts\Logs\"] fails at the end of the image step, just before verify
- [append /a /o -append-inc="true" -s=2 -a="E:\Backup\Alienware\R-TT\Alienware-SSD-Sandisk_20190927_082535_1.rdr" -p="password" -r="Full then Incr" -c=4 -u -check -log="E:\Backup\Alienware\R-TT\Scripts\Logs\"] completes normally
So it seems it is the -bs -bs-size="150000" -bs-num-b="3" -bs-num-f="20" part that causes the issue.
I'd like to mention there are already 34 .rdr files in the destination folder.
Sincerely,
Merle 1
Re: Command Line error with build 6307
Thank you. I've passed the info to our developers.
Re: Command Line error with build 6307
The newly released R-Drive Image 6.3.6308 should have this bug fixed.
Re: Command Line error with build 6307
Thanks a lot, will try, with my former script if I manage to reassemble it correctly...
Edited : yes, it does work again with the -bs qualifiers. Great !
Regards,
.merle1.
Edited : yes, it does work again with the -bs qualifiers. Great !
Regards,
.merle1.