Where is my mistake ?????

Forum rules
Discussion on the R-Drive Image software

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Where is my mistake ?????

Re: Where is my mistake ?????

by otto_cuiseur » Thu Feb 05, 2009 11:08 am

Ok -

Thanks Alt

Re: Where is my mistake ?????

by Alt » Thu Feb 05, 2009 10:05 am

How to obtain as file name : Image 2009-Feb-09.arc ? without _20090204_122002_1
Remove -bs -bs-num-f="3" from your script. As soon as you turn on backup sets, the date_time_Number will be automatically added to the file name.
A good script ?
I tested it (changing the partition and path to the image file) and it appears so.

Re: Where is my mistake ?????

by otto_cuiseur » Thu Feb 05, 2009 6:36 am

A good script ?

[ REM R-DriveImage script file ]
set creat_date = "&sys.date.yyyy;-&sys.date.m.nm;-&sys.date.d;"
create /a /o -s="1" -a="G:\Image &creat_date;.arc" -c=0 -u

[ without backup set]
; -bs -bs-num-f="3"

Where is my mistake ?????

by otto_cuiseur » Wed Feb 04, 2009 6:29 am

My script is :

[ REM R-DriveImage script file ]
set creat_date = "&sys.date.yyyy;-&sys.date.m.nm;-&sys.date.y;"
create /a /o -s="1" -a="G:\Image &creat_date;.arc" -c=0 -u -bs -bs-num-f="3"


As result, the file name is Image 2009-Feb-09_20090204_122002_1.arc


How to obtain as file name : Image 2009-Feb-09.arc ? without :twisted: :twisted: :twisted: _20090204_122002_1


Thanks

Top