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