Board index » delphi » Remote backups
Bjiarn Hendrick Möbel
![]() Delphi Developer |
Remote backups2007-11-07 04:26:43 AM delphi167 Hi there, -------------------- Delphi 7 InterBase 2007 (SP2) Latest IBX Components --------------------- Im building a little Windows application that schedules InterBase database backups by days and hours. Also manual backup is enabled. Im using the Services API through IBX Backup component. I would like to know if is it possible to do a Backup for the follow situation: StationA (Windows XP machine with just the client library gds32.dll). ServerB (Linux or Solaris Machine Hosting InterBase with one or more databases). The Application starts the backup from the StationA against ServerB to the backup file be made on StationA. Second hypotetical enviroinment: The Application starts the backup from the StationA against ServerB to the backup file be made on StationC or StationD (Both Windows XP boxes). In another words i want to do remote backups from other machines. is it possible? or the backup is only built on the SGDB Server Machine? Thanks in advance. |