Hi Anna,

UVBACKUP will read uvfiles's records one by one and push it into a "device" or 
stdout.
Your command do not create a backup, it performs a integrity control of uv 
files.

Details of your options :
-v = verbose
-f = full (not incremental)
-notag = do not switch the uvbackup flag of records
-l = label of the job is Co %DAY %
-cmdfil = do the job for uvfiles listed into %Pdir%\bin\COPY\list _ % SAVE %.txt
-s = log the verbosity into  %Pdir %\bin\COPY\LOG _ % SAVE %.txt
-t = sent the data into the device named "nul" ..... (do nothing)
2> nul = echo the errors to 2nul" (do nothing)


The good command to perform a uvrestore'able uvbackup must be :

 uvbackup -v -f -notag -cmdfil %Pdir%\bin\COPY\list _ %SAVE%.txt -s 
%Pdir%\bin\COPY\LOG _ %SAVE%.txt -l " Co %DAY% " > %Pdir%\bin\COPY\list _ 
%SAVE%.uvb 

Then you'll receive files 
%Pdir%\bin\COPY\%SAVE%.uvb recoverable with uvbackup
%Pdir%\bin\COPY\LOG _ %SAVE%.txt where you can read the log of uvbackup

I hope this help.
manu

> -----Message d'origine-----
> De : u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] De la part de Anna
> Envoyé : lundi 7 octobre 2013 22:56
> À : u2-users@listserver.u2ug.org
> Objet : [U2] uvbackup and uvrestore
> 
> Hi, I am new here,
> 
> abouts between one of my new tasks it is to take charge of a computer with
> Universe, with Open Suse, that I leave another company of service.
> Of universe do not know anything, for what I have seen at least safety copies
> are done in a file copia.bk. I have not even idea if other day I have to 
> restore
> the safety copy, someone can help me. The command that does the copy is this:
> 
> %uvdir %\bin\UVBACKUP-v-f-notag-l " Co %DAY % "-cmdfil %Pdir
> %\bin\COPY\list _ % SAVE %.txt-s %Pdir %\bin\COPY\LOG _ % SAVE %.txt-t nul
> 2> nul
> 
> thank you
> 
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to