Hi, I'm trying to do some backup/recovery tests with the test database TST74. I use dbmcli to create a backup medium:
dbmcli -d TST74 -u dba,dba medium_put data-dump /home/sapdb/TST74/mydump.dmp FILE DATA 0 8 YES and to start the backup: dbmcli -d TST74 -u dba,dba -uUTL -c backup_start data-dump Having done so I change some data in TST74 and then create another backup medium (data-dump2 in mydump2.dmp) with the current db state. The log mode is "autolog". When trying to restore the first backup (data-dump) dbmcli -d TST74 -u dba,dba -uUTL -c recover_start data-dump it works fine (no errors), but the data is the same as in the current state. How can I save complete database instances at a special time and load them using the dbmcli commands? Regards, Bettina __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Bis zu 100 MB Speicher bei http://premiummail.yahoo.de _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
