Re: uvbackup

2004-02-23 Thread Kristijan Spirov
I heard that changing UVSYNC from 1 to 0 might solve the problem when people
attempt to log out on mass, because with UVSYNC set to 1, everytime a user
logs out, the system flushes all current machine memory to
disk, not just the users memory area as mentioned in the manual.
Has anybody set UVSYNC to 0 in a large system? Did it produce bad or good
results?

Regards
Kris

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: uvbackup

2004-02-20 Thread Claus Derlien


Original Message-
From: Anthony Youngman [mailto:[EMAIL PROTECTED]
Sent: Friday, February 20, 2004 12:04 PM
To: U2 Users Discussion List
Subject: RE: uvbackup


>Replace the "file concatenate" symbol ">" with the pipe symbol "|", and
>then follow that directly with the gzip command.

>/usr/uv/bin/uvbackup -f -v -l "TEST" /data1/MEMBERSHIP/GM.MEDLE | gzip
>-9 > /backup/GM.MEDLE.gz


Thanks alot.
Made my day a lot more easier, im writing a wrapper to move selected data
from production to test
i guess its fairly safe to use uvrestore to restore to a live environment
(TEST machine)
anyway im back on track :-)

best regards from sunny but icecold denmark

Claus Derlien


Frie Funktionærer - faglig organisation og tværfaglig a-kasse - www.f-f.dk

***
Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, der 
kun er beregnet for adressaten,
og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en fejltagelse 
modtaget denne email, bedes
De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand tak.
***
This email and any files transmitted with it may contain confidential information 
intended for the addressee(s) only.
The information is not to be surrendered or copied to unauthorised persons. If you 
have received this
communication in error, please notify us immediately by telephone: +45 6313 8550. 
Thank you.
***

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: uvbackup

2004-02-20 Thread Anthony Youngman
Replace the "file concatenate" symbol ">" with the pipe symbol "|", and
then follow that directly with the gzip command.

/usr/uv/bin/uvbackup -f -v -l "TEST" /data1/MEMBERSHIP/GM.MEDLE | gzip
-9 > /backup/GM.MEDLE.gz

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Claus Derlien
Sent: 20 February 2004 10:54
To: '[EMAIL PROTECTED]'
Subject: uvbackup

Hi,

Can anyone help me with the proper syntax for this problem :

I want to backup a single uv file (DYNAMIC) and compress it with gzip in
one
go, i have no problems doing it in two steps like this :
   
   /usr/uv/bin/uvbackup -f -v -l "TEST" /data1/MEMBERSHIP/GM.MEDLE >
/backup/GM.MEDLE
   gzip -9 /backup/GM.MEDLE

   this leaves me with GM.MEDLE.gz in /backup, very nicely

since uvbackup uses stdout
and gzip uses stdin it must somehow be possible to redirect gzip output
to
/backup/GM.MEDLE.gz

best regards from denmark

Claus Derlien
edb-afdelingen
direkte : 63 13 86 69
email   : [EMAIL PROTECTED]



***

This transmission is intended for the named recipient only. It may contain private and 
confidential information. If this has come to you in error you must not act on 
anything disclosed in it, nor must you copy it, modify it, disseminate it in any way, 
or show it to anyone. Please e-mail the sender to inform us of the transmission error 
or telephone ECA International immediately and delete the e-mail from your information 
system.

Telephone numbers for ECA International offices are: Sydney +61 (0)2 9911 7799, Hong 
Kong + 852 2121 2388, London +44 (0)20 7351 5000 and New York +1 212 582 2333.

***

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


uvbackup

2004-02-20 Thread Claus Derlien
Hi,

Can anyone help me with the proper syntax for this problem :

I want to backup a single uv file (DYNAMIC) and compress it with gzip in one
go, i have no problems doing it in two steps like this :
   
   /usr/uv/bin/uvbackup -f -v -l "TEST" /data1/MEMBERSHIP/GM.MEDLE >
/backup/GM.MEDLE
   gzip -9 /backup/GM.MEDLE

   this leaves me with GM.MEDLE.gz in /backup, very nicely

since uvbackup uses stdout
and gzip uses stdin it must somehow be possible to redirect gzip output to
/backup/GM.MEDLE.gz

best regards from denmark

Claus Derlien
edb-afdelingen
direkte : 63 13 86 69
email   : [EMAIL PROTECTED]


Frie Funktionærer - faglig organisation og tværfaglig a-kasse - www.f-f.dk

***
Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, der 
kun er beregnet for adressaten,
og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en fejltagelse 
modtaget denne email, bedes
De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand tak.
***
This email and any files transmitted with it may contain confidential information 
intended for the addressee(s) only.
The information is not to be surrendered or copied to unauthorised persons. If you 
have received this
communication in error, please notify us immediately by telephone: +45 6313 8550. 
Thank you.
***

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users