您对数据集(磁盘上的文件)使用什么备份库/代码?
我正在将备份功能实现到我的新(小型)应用程序 Oldaer 中。 我有独立的桌面文件(而不是位于 SQL 数据库中)。
环顾四周,我决定使用 Clarion 3rd-Party Template,将它们打包到一个文件中,然后压缩(huffman 的)该文件。 恢复则正好相反。 解压,解压。
然而,我不相信这是理想的。
您为数据集实现了哪些备份功能?
当然,“备份/恢复”功能还有更多功能。 位置、跟踪/存档、开箱即用信息(例如让用户了解存档文件中内容的更好方法)。 但这是另一个问题了。
I'm implementing Backup functionality into my new (small) app, Oldaer. I've got standalone desktop files (rather than sitting in a SQL db).
Looking around, I decided on using a Clarion 3rd-Party Template that will package them into one file and then compress (huffman's) that one file. Restoring is just the reverse. Uncompress, unpack.
However, I'm not convinced this is ideal.
What Backup functionality do you implement for your dataset?
Of course, there's a lot more in "Backup/Restore" functionality. Location, Tracking/Archiving, Out-of-the-box Information (like better ways of letting the User know what was in the archive file). But that's another question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SQL 复制、集群、RAID 5
SQL Replication, clustering, RAID 5
刚刚尝试使用 Clarion 中的 NetTalk 3rd 方库将数据集上传到 Amazon S3。 看来工作是一种享受。 我正在努力使用 MetaTags 功能保留数据集的多个“版本”。
如果您需要的话,很乐意挖掘我的代码并进一步讨论。
Just been playing with uploading datasets to Amazon S3 using the NetTalk 3rd party libraries in Clarion. Seems to work a treat. I am working on keeping multiple 'versions' of the dataasets using the MetaTags functionality.
Happy to dig out my code and discuss further if you need.