Tagged Questions
1
vote
1answer
76 views
tar -c Error Messages and Source Files?
During a tar archiving operation with tar -cvf archive.tar source does the resulting tar archive that reports a file changed as we read it error still contain "some version" of the source file that it ...
9
votes
5answers
385 views
What Windows-related files are valueless to *nix users?
I have accumulated, from my time using Windows a good quantity of held-over filesystem copies and archives of system and data drives. I am trying to distill them down to the usable parts while ...
3
votes
0answers
71 views
Configuring networked printer to archive print jobs
Our existing infrastructure has a shared printer running on a windows machine.
It may be upgraded to a real network tcp/ip based printer in the near future.
How can I make it automatically keep a ...
3
votes
3answers
145 views
Indexed archive format?
I need to create compressed archives of files, and be able to quickly extract individual files/directories from them.
The problem is, for example, tar.bz2 seems to be not the best choice for such ...
1
vote
1answer
528 views
Updating tar.gz daily only with changed files [duplicate]
Possible Duplicate:
Add/update a file to an existing tar.gz archive?
I have some game files I wish to update daily and they create a tar.gz of the folder, but instead of making a full ...