dbTalk Databases Forums  

problem use db_hotbackup utilility

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss problem use db_hotbackup utilility in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mahdieh
 
Posts: n/a

Default problem use db_hotbackup utilility - 08-30-2006 , 01:42 AM






Hi
I want to use db_hotbackup utility for backup from my database.
I use unix freebsd.my command like this:

/usr/local/bin/db44/db_hotbackup [-cvV][-h environment] -b backdir

but when i use error occurs.the error is :

No match

please help me.


regards
mahdieh saeed


Reply With Quote
  #2  
Old   
AndiKox
 
Posts: n/a

Default Re: problem use db_hotbackup utilility - 08-31-2006 , 04:05 AM






Hi Mahdieh,

Quote:
I want to use db_hotbackup utility for backup from my database.
I use unix freebsd.my command like this:

/usr/local/bin/db44/db_hotbackup [-cvV][-h environment] -b backdir
For complete information on how to use the db_hotbackup utility refer
to the following link
http://www.sleepycat.com/docs/utility/db_hotbackup.html

Quote:
but when i use error occurs.the error is :

No match
Provide us with the entire content of the error you encounter.
db_hotbackup utility makes hot backup/hot failover snapshots of your DB
database environment.

Provide the entire command that you use for this utility, for example
if you do not have "/usr/local/bin/db44" in your PATH enviroment
variable:
$/usr/local/bin/db44/db_hotbackup -c -d <source directory for the
database files in the enviroment> -h <enviroment home directory> -l
<source directory for the log files in the enviroment> -b <target
directory for backup>

** For information regarding the various options consult the link
provided; if you do not specify the -d and -l options then the
environment home directory is searched for the respective files
(database files or log files).

Regards,

Andrei Costache
Berkeley DB
Oracle Support Services



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.