Omgili - forum search, search forums  
  

Discussions about archiving

Displaying 1 - 10 out of 224,580 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I have a large Windows file server with about 2TB of data, about half of that is over 2 years old (based on modification date). What would be the best way of archiving off that old data, using scripts or whatever, but without spending big money on a full...
Started by on , 3 posts by 3 people.  
Rsync will check which files have been modified since the last time they were backed up and ... .
Even if the server is Windows (which mine are) you can backup with a Linux computer or even use a Windows version of Rsync .
I do all of my backups with Rsync.
Is there a neat archiving library that automatically handles archiving a folder or directories for you out there? I am using Jython, so Java libs are also open for use. -UPDATE- Also Im looking for timestamp archiving. ie archive-dir/2008/11/16/zipfilebypreference...
Started by on , 3 posts by 3 people.  
You can use java.util.zip, when I was using Jython the built in zip library in python didn't work You have either the: gzip library used here in a Jython servlet: import javax.servlet.http.HttpServlet import cStringIO import gzip import string def compressBuf... .
Hey, I'm looking for an archiving library that functions like GNU's tar, but without any dependencies. I need some sort of archiving format to manage resources in my game engine and am still iffy about rolling my own.
Started by on , 3 posts by 3 people.  
Files? If yes I don't understand what's wrong with tar? If you mean for your data structures (I see the question is tagged as C++) then try boost::serialization Take a look at the BSD libarchive .
You mean for..
Ask your Facebook Friends
I use exchange for my emails on which I think I am running low on space. Yesterday Outlook prompted me about archiving email to reduce the size of my Inbox. What does archiving emails actually do and will the emails that are archived get removed from ...
Started by on , 3 posts by 3 people.  
Archiving moves emails.
Outlook will prompt you to do this whether or not you are low on space .
Archiving in Outlook basically means that all e-mails matching the criteria for AutoArchiving.
What should I do about archiving Exchange mailboxes? People in the company are complaining of slow performance with their Outlook - these people have mailboxes over 5GB... I want to know what is best practice for archiving old mail that is being used ...
Started by on , 4 posts by 4 people.  
I don't like them archiving to their local drive because I think of local archiving feature if you....
I like my users to use auto-archiving, placing the archive files in their home folder on the server.
Access or activesync.
I've implemented an save on applicationWillTerminate and load on applicationWillFinishLoading. There is a complete object tree, all implement the NSCoding protocol and I've check the types I enter. One of the classes also stores an NSMutableData to the...
Started by on , 4 posts by 4 people.  
For....
To clarify - what do you do with the bools and int? Can you post some code? For the bool and int, there are two methods: encodeBool:forKey: and encodeInt:forKey: (taken from the NSKeyedArchiver reference ) .
Sorry, cannot comment with my reputation.
My inbox currently has somewhat over 20000 mails, so I've decided to make some order inside it. Everybody says "archive it", so I looked into it, and there are just a few things confusing me: - first, did I understand correctly, that archiving means just...
Started by on , 6 posts by 6 people.  
Gmail's Help site has a page on archiving (complete with video) that might help clarify....
First, did I understand correctly, that archiving means just removing the inbox tag (the mail instructions on setting up IMAP access for your account.
Hi all - I have the following class: @interface SpWindow : NSWindow <NSCoding> { BOOL _editMode; SpBgView *bgView; } ... ... which I then call archive on. My encode method is as follows: - (void) encodeWithCoder:(NSCoder *)aCoder { NSLog(@"encodeWithCoder...
Started by on , 4 posts by 4 people.  
Straight from the NSWindow....
OK, it looks like I'm a victim of my meddling with the MVC-model - NSview & NSWindow don't do the NSCoding thing .
Does your class implement the entire protocol or just encodeWithCoder? Methods marked "required" are not optional .
I'm having trouble setting up a model object to save the visual state of user generated CALayers in a simple graphics application for the iphone. I'm attempting to save the background color and frame of all the current layers on screen by passing those...
Started by on , 4 posts by 4 people.  
You certainly want to retain the color in initWithCoder: color = [[coder decodeObjectForKey:@"color"] retain]; or, with the dot syntax as color was... .
You are over-releasing layerColor : You don't own it ( layerDataObject does), but you are releasing it .
I really like the way gmail has the archive system implemented. I can archive any file after adding a tag to it (if needed) and I can search for it whenever I want to. Is there any program in Windows/Linux which behaves in a similar fashion?
Started by on , 4 posts by 4 people.  
Good luck.
Thing to do in your own file system, since you are not actually "archiving" anything.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Server Fault
  • Super User
Related Searches
Archives    super archiver    tar archive    forums gamewinners com archive    archive 2007    Archive Extract    archive server    death metal archives    the washington post archives    alt activism death-penalty archive   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost