Closed Thread
Results 1 to 5 of 5

Thread: Updatable Archive systems...

  1. #1
    manux's Avatar
    manux is offline Programming Professional
    Join Date
    Oct 2008
    Posts
    234
    Blog Entries
    1
    Rep Power
    14

    Updatable Archive systems...

    Hello all,

    I was looking at python's zipfile and tarfile libs, and I noticed the following:
    -There is no real way of updating a file without re-building another archive since any new file, even if it's name is already in use, is just appended at the end of the archive.

    So, is there a way to program an updatable archive?

    I would like to create one in either Python or C, or both(since it's easily mutable).

    Any ideas welcome!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    manux's Avatar
    manux is offline Programming Professional
    Join Date
    Oct 2008
    Posts
    234
    Blog Entries
    1
    Rep Power
    14

    Re: Updatable Archive systems...

    Edit:
    Ok so here is the thing

    I'd need a system that can archive plenty files into one, and possibly encrypt them, but I don't really care for now.
    The problem is: systems such as zip, or tar, won't let you "update" a file. They will just append the new data at the end.

    I wonder if systems exist(programmable in C++), such as a vfs,that can manage "updatable" archives of file.

    Is it clearer now ?
    Last edited by manux; 03-16-2009 at 06:00 PM.

  4. #3
    Join Date
    Mar 2009
    Posts
    1,375
    Rep Power
    24

    Re: Updatable Archive systems...

    I think your topic is so intimidating... that no one can even see clearly the question!

    Regards,
    Arek Bulski.

  5. #4
    manux's Avatar
    manux is offline Programming Professional
    Join Date
    Oct 2008
    Posts
    234
    Blog Entries
    1
    Rep Power
    14

    Re: Updatable Archive systems...

    last up I do

  6. #5
    Join Date
    Mar 2009
    Posts
    1,375
    Rep Power
    24

    Re: Updatable Archive systems...

    Quote Originally Posted by manux View Post
    I wonder if systems exist(programmable in C++), such as a vfs,that can manage "updatable" archives of file.
    Oh my, I was just gonna mention one article on CodeProject but it got deleted. It was a very interesting thing.
    CodeProject: nFS - File System Within a File. Free source code and programming help


    There are some articles there though. I hope you can find something there...
    CodeProject: Files and Folders. Free source code and programming help
    CodeProject: #zlib - Modifying Archives. Free source code and programming help

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Tutorial Archive Site
    By mikelbring in forum Site Reviews
    Replies: 12
    Last Post: 08-23-2009, 07:22 AM
  2. New Tutorial archive
    By mikelbring in forum Marketing
    Replies: 1
    Last Post: 05-23-2009, 08:13 PM
  3. Split Archive tar.gz?
    By Crop in forum Linux/Unix General
    Replies: 3
    Last Post: 01-15-2009, 07:33 AM
  4. Add Archive functionality?
    By LSK6453 in forum ionFiles
    Replies: 2
    Last Post: 12-10-2007, 05:54 AM
  5. Split Zip Archive in Linux
    By Jame in forum Linux/Unix General
    Replies: 2
    Last Post: 10-23-2007, 09:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts