Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6160361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:17:15+00:00 2026-05-23T21:17:15+00:00

There is a folder – 7 Gb with a big amount of binary files.

  • 0

There is a folder – 7 Gb with a big amount of binary files. An average size of the binary file is around 100 Kb. These files are compressed in ZIP archives. An average size of that ZIP archive is around 2 Mb. Therefore I need to make the backup of the ZIP archives.

And I need to make the backup of the whole folder. It can be without a data compression. A main requirement is the fast backup. Therefore it must be a possibility to restore files from the backup.

For example, an archive without a data compression can be used, but adding and extracting of files must be fast. Or fast copying can be used.

Please, tell me how to do this in Delphi or tell your suggestions.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T21:17:16+00:00Added an answer on May 23, 2026 at 9:17 pm

    How is the 7GB of data layout? How many files? Which kind of files (DB, pictures, text, docx, doc)? What is the average/smaller/bigger file size? How do the files change: new files added, files completely changed, some bytes changed/appended to some existing files?

    Those are meaningful information to pick up to right way of backup…

    For instance, if your files are not small, just copying to another folder would make the trick (you can find some algorithm for directory-level diffs in this unit).

    7 GB is huge for a zip archive. Of course, you can handle zip on such size, but IMHO it is not the right format to use for an incremental backup.

    One issue with the zip format is that to update a file, the previous version has to be deleted, therefore the whole zip content has to be rewritten… at best, the file content is moved.

    So if you want to refresh the backup on a regular basis (each day e.g.), the regular archive format is not the best candidate.

    I’d suggest using some flat-file format, like our Open Source Synopse Big Table, and store either the plain content, either a compressed version (don’t use zip/deflate format, which are slow, but for instance our SynLZ algorithm which is faster than any other – even faster than LZO – for compression). If compression is faster than your disk access, backup will be faster: zip/deflate is slower than Disk access for compression, but SynLZ is much faster, so you’ll save time by SynLZ-compressing the content.

    With Big Table, you can use in-memory meta-data for the file attributes (name, version, date, attributes, previous version ID…), then let the compressed content on disk.

    If the files are huge, and only some bytes will change, consider using a binary diff instead of writing the whole content every time, to store only the difference between main versions. Here is one unit which is very fast, and we use for storing diff between versions for the file versioning part of our SynProject tool.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way of converting special folder paths to a full file name
In my src folder there is another folder called data which contains files data1.txt
I have a folder and it's name is v3 . There are jsp files
I have folder home/admin. In this folder there is index.php. When i access to
I just started using Qt and noticed that in each example code folder there
We have PHP 5.2.6 deployed to c:\php and in that folder there is the
Say there is a folder, '/home/user/temp/a40bd22344'. The name is completely random and changes in
In Visual Studio 2008 there is a folder browser dialog that looks like this
Is there a way to delete a folder, lets call it FolderX from an
Is there a way to get the current folder path from within a XSLT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.