Hello all,
I'll try to make a backup from a firebirdserver to my local computer via
python and fdb but I can't do.
Is is possibel?
And if yes how is the syntax?
I tried from my workstation:
from fdb import services
con = services.connect(host='fb.example.com', user='sysdba',
password='masterkey')
con.backup('/opt/firebird/data/my.fdb',
'localhost:/home/s.mindorf/employee.fbk', transportable=True)
backup_report = con.readlines()
but it doesn't work.
I also tried from my workstation:
from fdb import services
con = services.connect(host='fb.example.com', user='sysdba',
password='masterkey')
con.backup('/opt/firebird/data/my.fdb', '/home/test/fb.fbk',
transportable=True)
backup_report = con.readlines()
this is working but now the file is local on the server....
Both systems are linux.
Thanks for your help.
Soeren
--
Pflichtinformationen: Siehe www.euroimmun.de/impressum.htm
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-python/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-python/join
(Yahoo! ID required)
<*> To change settings via email:
[email protected]
[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://info.yahoo.com/legal/us/yahoo/utos/terms/