Why are my log files not getting backed up?

I just tried to get some files from ~/Library/Logs but found that the entire Logs directory was not on Time Machine - looks like every thing else in ~/Library was there. I checked the exclusion list and it was not on there.
I know that some ~/Library stuff gets backed up because I was recently able to find and restore some iCal events from about 4 months ago.
Anybody know what gives? Is there any way to change this?
Thx

frankinmelrose wrote:
I checked and both /Library/Logs and ~/Library/Logs are on the exclusion list - now why doesn't Apple's help file discuss that?
Now, that's funny! Apple's Help, while improved over the last few releases, is nowhere near complete. That's why some occasional tips turned into my 120+ page website, mostly about Time Machine, and several others have written entire books about OSX.
By all means, tell them about it at: http://www.apple.com/feedback/timemachine.html
Maybe if enough of us do that, they'll reconsider.
My problem - as a software tester, I occasionally would like to ensure that logs for a particular app stay around during my test period - in this case, the app under test did an archive, but kept only the previous 5 logs as backups (and without a setting I had access to) - and, of course, I was looking for an earlier log.
So, is there any way to tell Time Machine at the start of my testing period to save logs in specific ~/Librarary/Log subdirectory and then at the end of my testing period, tell TIme Machine to stop backing them up?
Not directly, other than periodically copying them somewhere else. But the schedule and handling of the "rotation" of some can be altered, if you're comfortable with UNIX and Terminal. See the MAN pages for newsyslog and newsyslog.conf.

Similar Messages

  • Why are my exported files not going to me email?  I have used 3 different ones.

    Why are my exported files not going to my email (receipts & business card)?  I have used 3 different ones...2 yahoo and 1 hotmail.  I have checked spam box also.

    For the Receipts app I chose to export the info as a PDF file..an email was requested..I entered info and clicked send.  For the Business Card app I chose Send, not Print..an email was requested..I entered info and clicked send.  I haven't received anything, not even in my spam folder.

  • Why are all jar files not compressed in the JRE installer?

    I used 7zip to unpack jre-6u12-windows-i586-p.exe (Oracle JRE Installer). On unpacking, I got a core.zip, a zipper.exe and a few other files.
    Again on exploding core.zip I found a few things. core.zip contains all the jar files just like it would be after installation except for 7 jar files.
    charsets.jar
    deploy.jar
    javaws.jar
    jsse.jar
    localedata.jar
    plugin.jar
    rt.jar
    Instead of these jar files there exists the corresponding packfiles
    charsets.pack
    deploy.pack
    javaws.pack
    jsse.pack
    localedata.pack
    plugin.pack
    rt.pack
    I think these are files created by pack200.exe & unpack200.exe is run on them after installation to create the corresponding jar files.
    So now I have a few questions
    Why are only these 7 files run through pack200.exe. I assume its because they are bigger than other files. But it wouldn't take that much effort to pack all jar files & unpack them after installation.
    The .pack extension suggests that these are packed but not gzipped. Again why would Oracle not do a gzip also? for eg with rt.jar packing reduces size from 45 MB to 12 MB, while adding gzip also reduces it to 6 MB.
    Edited by: 966944 on Oct 22, 2012 8:19 AM

    Whatever the truth of all this may be, you won't find it here. This is a user to user forum, not Oracle support or a channel to the developers. All you will get here at best is valid post hoc reasoning: at worst, guesswork. And if you're trying to bring this issue to Oracle's attention, again this isn't the place to do it. Locking the thread.

  • Why are my ".pdf" files not opening in Creative Cloud? The tumbril shows up as a blank page!

    I just switched over from Adobe Acrobat Cloud to Creative Cloud; a tedious task. Most of my files open up fine, but some of them show up as a blank page thumb nail. They do have ".pdf" extension. Any ideas as to why this is happening, and what I can do to correct the issue?
    Ty

    @masood131 - A few questions:
    Are the pdf files without a thumbnail password protected? (Probably not but just checking since we will not be able to provide a preview for such a file).
    If you click on the blank thumbnail to view the individual file page do you see a larger preview image, or is that blank too?
    If you refresh the browser page does the thumbnail image show?
    If you upload the file a second time do you see a thumbnail image?
    If there is a problem with a specific file feel free to share a link with me via a private message and I can investigate further.

  • Why are my desktop files not showing on the desktop

    Why are the files in my desktop folder not showing on my desktop?

    An add-on can put its icon on the bar automatically if it likes, but some add-ons do one of the following:
    * Add an item to the Tools menu
    * Add an item to the right-click menu (depending on the context)
    * Put a button in the button palette so you can add it to a toolbar if you like (''to call up the button palette, use'' View > Toolbars > Customize ''or right-click a blank area after the address box on the Navigation Toolbar and choose Customize from the pop-up menu'')
    Also, you might want to double-check that the add-on is enabled.
    Tools > Add-ons > Extensions
    If you have the orange Firefox button, it's Firefox > Add-ons > Extensions
    Does that help? (If you have problems with a particular extension, you could mention which one it is for more specific comments.)

  • Why ome files not getting backed up on Portable External drive (i.e. photoshop .psd files)...

    My computer is dying and I purchased a Toshiba 500GB external drive so I can back up my files. I'm noticing that several files types are NOT backing-up / transferring to the Toshiba external drive. Specifically  Photoshop files (.psd)...they are not even showing up? I'm confused! These are critical files that I need to get to the external drive and ensure ALL of them are 
    backed up and on the Toshiba drive. Any ideas? Thank you so much in advance for your help.
    Cindi 
    [email protected]

    I can't answer that question (I don't have the program), Cindi, but I can tell you that I would scrap that backup and use another.
    If you have Windows 7, here are four free ones to choose from.
       Windows 7 Native Backup
       Macrium Reflect Free
       EaseUS Todo Backup Free
       Paragon Backup & Recovery Free
    These will all do the job. If you are willing to pay, I can give you some others.
    -Jerry

  • Why does application.cfm file not get processed first?

    I am using ColdFusion 11 on Windows2008 R2. From what I understand, if there is an application.cfm page in the root folder, that any .cfm page below the root will process this page first and then process the regular .cfm page. I noticed that it processes my regular page FIRST and then calls the application.cfm page.
    In my case I have a web page that updates a database, but in my application.cfm page, I check a session variable to see if the user is logged in. If they are not logged in, then I redirect them to a log in page, let them log in, set the session variable and then redirect them back to process the page. But I noticed, that when I run the page, the database gets updated and THEN the user gets redirected to log in, then the database gets updated again.
    Am I not using the application.cfm page correctly? I thought it was supposed to be used to check log ins and things like that. How do I ensure that it runs first?
    Btw, it is the only application.cfm page in the entire web site and I do not have any application.cfc files.
    Thanks.

    It would make things easier to see the code. In any case, from what you say, my guess is that there is no authentication check at the point where the database gets updated. So the update occurs at the start, and again when you later redirect the user to the page.
    On Coldfusion 11, you should actually switch to Application.cfc. There are at least 2 reasons.
    Firstly, recent Coldfusion versions implicitly assume you use Application.cfc by default. Secondly, Application.cfm is outdated and has much less functionality than Application.cfc. For example, Application.cfc allows you much more fine-grained control over your code at the level of request, session and application.

  • Why are certain sound files not playing correctly in iTunes?

    I have had iTunes for years and have never had prolonged or unsolvable problems with anything playback related until now. I recently acquired some music, and it plays perfectly when I use WMP. When I added it my iTunes library, however, the audio is compressed during playback and there is a lot of skipping and blips going on in every song. It still plays perfectly in WMP, but not matter what I do the same thing happens in iTunes.
    For reference, here is what the original audio songs like
    http://picosong.com/cNPn
    And here is what it sounds like in iTunes
    http://picosong.com/cNPe

    I have a similar problem. When I try to play TV episodes that were downloaded (in .m4v format) using iTunes, QuickTime (7.0.4) will play video without audio, and when I press "stop", QuickTime locks up!
    My system used to play these files PERFECTLY, until I downloaded some shareware video format conversion programs (that didn't work, anyway). I believe one of them installed a shared DLL or CODEC or something that is conflicting with QuickTime. I'VE UNINSTALLED AND REINSTALLED QUICKTIME AND ITUNES COUNTLESS TIMES, trying to follow different people's advice, mostly from posts on this site, but nothing helps!!
    The thing we have in common is that it sounds like you also have other video software that could have conflicting CODECs or shared DLLs. DOES ANYBODY KNOW HOW TO TRACK THIS PROBLEM DOWN??
    And why doesn't Apple make a CLEAN uninstaller and a COMPLETE installer? People shouldn't have to do the manual registry editing and file deletions that other people are recommending!!!!!
    Intel 915 Mo Bd. 3.2GHz 1G RAM   Windows XP  

  • Why are all transferred files not accessible?

    I am linked to my iMac yet whenever I transfer files over I cannot open or change them without having to put in my administrator code. Why is that? I have put in my administrator name on this computer with the ability to read and write. I don't see why that is not recognized. Anyone else having this issue?
    Thanks,
    Richard

    Whatever the truth of all this may be, you won't find it here. This is a user to user forum, not Oracle support or a channel to the developers. All you will get here at best is valid post hoc reasoning: at worst, guesswork. And if you're trying to bring this issue to Oracle's attention, again this isn't the place to do it. Locking the thread.

  • Why are my Indesign files not showing up in Bridge

    I downloaded CC 2014 at the same time as transferring my files to a new computer.  Now on Bridge, the only files showing up are jpgs and pdfs.  Any idea how to integrate the indesign and photoshop into Bridge?

    Firstly, you're using <audio> which is a HTML5 tag, but your doctype shows XHTML1. Change this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    to this:
    <!DOCTYPE html>
    Browsers go to quirks mode when they see a major doctype conflict such as this one.
    Secondly, HTML5 Audio is not fully supported/ native in some browsers - especially older ones. You can consider using a 3rd party HTML5 player such as http://mediaelementjs.com/ because they usually have a fallback mechanism to ensure your file works on older browsers.
    Another observation: There is no space between 2 attributes in your code.
        <source src="music/Commercial Demo.wav"type="audio/wav"/>
    Should ideally be like this:
        <source src="music/Commercial Demo.wav" type="audio/wav"/>
    Note the space between src and type.

  • Why are my mjpg files not streaming anymore going from version 36 to 37?

    The video streams from my axis cameras on version 36 but on version 37 it gives a still image. When i refresh the page it returns the image as it was when i refreshed it but it does not stream anymore. I have updated all the plugins and if i downgrade to version 36 it works again.

    Start your '''Computer''' in safe mode with networking. Then start Firefox.
    Try '''Safe''' web sites. Is the problem still there?
    '''[http://encyclopedia2.thefreedictionary.com/Linux+Safe+Mode Starting The Computer In Safe Mode;<br>Free Online Encyclopedia]'''

  • My time capsule is full and when I attempt to back up, I only receive a preparing back up message and the earliest and most recent back up dates remain the same.  Why are the oldest backups not being deleted to make room for the newest backups?

    My time capsule is full and when I attempt to back up, I only receive a preparing back up message and the earliest and most recent back up dates remain the same.  Why are the oldest backups not being deleted to make room for the newest backups?

    linda mariefromharper woods wrote:
    My time capsule is full and when I attempt to back up, I only receive a preparing back up message and the earliest and most recent back up dates remain the same.  Why are the oldest backups not being deleted to make room for the newest backups?
    It may be in the process of making room.  What version of OSX are you on?    (That process can be excruciatingly slow on Leopard or Snow Leopard backups over a network;  Lion has improved it greatly.)
    A clue may be lurking in your logs.  Use the widget in #A1 of  Time Machine - Troubleshooting to display the backup messages from your logs.   That should help you figure out what's going on.  If in doubt, copy and post them here (but if the same ones repeat over and over, drop most of the duplicates).
    If you can, connect via Ethernet; it will be 2-3 times faster.

  • .xel file not getting created

    Hi All,
    I am using 9.1.0.2 version. I archived the xel.log file as it was getting very bigger in size after stopping oim_server through Weblogic console.
    I expected that after I start the oim_server all log files will get created automatically.
    I see some log files got created when I started OIM application but not xel.log.
    Should I create it manually or should it get created automatically?
    Thanks in advance,
    Manohar

    Open log.properties file. You can see entry for xel.log file. Create this file manually and restart OIM server. Make sure you create it manually using the same user, using which you are starting servers.
    Alternativley, in log.properties configure loggers and provide there path.xel.log in case entry for xel.log is not there.
    regards,
    GP

  • Why are ACR PSD files 10-20 percent larger than the same file resaved in PSD?

    Why are ACR > PSD files 10-20 percent larger than the same file resaved in PSD? I posted this many years ago and never found an answer. Now that my drives fill up quicker, I thought I might chase this question a little bit further.
    Same .CR2 saved within ACR either with cmd-R or open ACR within PSD, the saved file is 34.5mb. Resave that same file (no edits) within PSD either with or without Max-compatible and the file is now 30.7mb. Another file that is 24.5 becomes 19.5MB.
    Why the difference? Is ACR and PSD actually using different compression strategies?
    thanks.
    Mac 10.8.5 / CC / ACR 8.4.1 - but this has been a consistent behavior over many years and versions, CS6 / CC.
    Same .CR2 saved within ACR either with cmd-R or open ACR within PSD, the saved file is 34.5mb. Resave that same file (no edits) within PSD either with or without Max-compatible and the file is now 30.7mb. Another file that is 24.5 becomes 19.5MB.

    Hi Jeff
    If it is RLE it's not as efficient as LZW:
    Saved ACR>PSD = 40.1MB  (sample image this AM)
    opened in PS and resaved as PSD = 30.8MB
    resaved as TIF without LZW = 40.1MB    (this adds to your thought that the ACR>PSD doesn't us any compression)
    resaved as TIF/LZW = 9.6MB
    Jeff Schewe wrote:
    I really think your priorities are a bit off. 10-20% is meaningless...you just need to get bigger....  and quit fussing over a few GB's here or there...
    ???   I hope that the Adobe engineers are fussing over 10-20% efficiencies.
    I'm within arms reach to a rack of 40TB of drives (doesn't include off-site drives), and all 2TB drives are being recycled to 4TB drives, as a result the rack is always growing. Actually the ACR>PSD files don't really make a difference in our long term storage, only for the nightly backups. But anyway, how you save, what you save etc. should all be part of the discussion.
    .... so in my case, throw in an excess MB here and there and all of a sudden you are talking TB's. Plus advantages in backup times, drive life, and energy use.
    Somebody added compression into the PS>PSD format, but it wasn't included in the ACR>PSD format, was it a decision or an oversight? If it's just a matter of making ACR compatible with PS when saving the same PSD format..... then why not?
    regards,
    j

  • Why is my .psd file not rendering correctly in ae

    Some layers of the .psd document are not rendered correctly. However they are imported.
    The strange thing is that when I first move from Photoshop to Illustrator, save it as an .ai file it is rendered properly (in Ae).
    I am kind of clueless as to what is causing this issue.
    Kind regards,
    Jelle

    Okay if more information is needed, i'll provide. However you may disregard my initial comment about illustrator. It flattens the photoshop layers so I do not have any flexibility in After Effects. In other words, my main question remains: why is my psd file not rendering correctly in ae?
    Further details:
    -photoshop cc and after effects cc.
    -macbook pro retina
    If still not clear enough, please tell me what details you are looking for furthermore

Maybe you are looking for

  • Is there a way to disable previously viewed iMessages from appearing as Messages notifications when waking my MacBook Pro from sleep?

    Is there a way to disable previously viewed iMessages from appearing as Messages notifications when waking my MacBook Pro from sleep?  Regardless of whether I am using iMessage from  my iPhone or iPad, when I open my MBP, I get attacked by Messages n

  • Error Code Definition for JDBC Thin driver

    Would like to know where I can find the definition of error codes for JDBC thin driver to Oracle 7 database. Right now, when I have database errors, I get SQL execption with CODE=XXXXXX. Need to know the definition of the error codes in order to deci

  • How can I use mu trial version of Photoshop?

    I Dowloaded trial version but I can not find program anywhere in my computer or in my cloud. It shows, that I had dowloaded the program, but where is it ?

  • The 'Next' iPad...

    ... I really like the iPad as a device. I look at it's competition and say 'there is none', because I believe it occupies a niche of it's own. Like many other Apple-product fans, I listen to the harsh criticism of all of it's devices, and hear the 'e

  • Solaris 10 X86 11/06 Hangs on GUI Login Screen

    1) Solaris X86 11/06 installed on a Intel Core 2 Duo,S975XBX 10GB Partitioned for Solaris 20GB Partitioned for Linux 2) menu.lst edited to add support for Linux (To ensure linux boot options are not missed. ) Thanks to the article http://www.sun.com/