Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Backup of data in use 24/7
Message
 
À
21/10/1998 16:21:23
Jim Freeman
New Media Telecommunications, Inc.
La Jolla, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00149095
Message ID:
00149117
Vues:
20
Jim,

You could write your own program that would just copy the contents of each file to another location. It could then be backed up from that location by ArcServe. Here's some pseudo-code:
Use ADIR() to get list of dbfs
FOR EACH dbf
  USE dbf
  COPY TO ('backuppath\'+ALIAS())
NEXT
>My network administrator tells me his ArcServe backup software won't back up my FoxPro data while it's in use. My data is in use all day every day...Is there a product that will do backups of FoxPro data (and code, classes, etc...) while it's being used?
>
>Thanks,
>
>Jim Freeman
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform