How do I remove crontab data I set up?

Hi there,
I recently edited my crontab so that my external hard drive would automatically mount and unmount once a night for backup purposes. I learnt how to do this from this site:
http://hints.macworld.com/article.php?story=20070313192221659
Now I don't need my external hard drive to automatically mount and unmount anymore and I pretty much want to remove the data from the crontab. I'm not sure if it's just a matter of going into it by typing crontab -e and removing the text or if I actually need to delete a file within Mac OS X or something else.
Thanks for your time and I hope to hear from somebody soon.
Regards,
Daniel

Terminal and Unix oriented questions are best asked in the Mac OS X Technologies > Unix Forum
<http://discussions.apple.com/forum.jspa?forumID=735>
As you guessed, you just use
crontab -e
and remove your entry.
When you exit the editor, crontab will update the daemon that runs cron jobs.

Similar Messages

  • How Do You Remove The Date Stamp Setting On The Powershot A590 IS?

    The Date Stamp on our Powershot A590 IS was set by accident, and now we cannot seem to remove it. Anyone know how to change this setting, so that the Date Stamp will not be embedded within our photos (it even seems to be showing up on ALL of our pictures, not just the postcard sized ones . . . but those are our biggest problem, as that's the size we tend to use most)?
    Again, I'm not asking how to remove a Date Stamp from a picture, but how to change the settings so that the Date Stamp isn't applied in the first place. 
    Any help would be appreciated; Thanks!
    -DrSolomonology

    Here is excerpt from the manual (p 22): http://gdlp01.c-wss.com/gds/6/0400000016/01/PSA590IS_CUG_EN.pdf
    1.
    Press the power button.
    2.
    Select a shooting mode.
    1. Set the mode switch to (shooting).
    2. Set the mode dial to .
    • You can also make this setting in other shooting modes
    (except Easy and movie modes).
    Select DATE/STAMP
    Press FUNC/SET button
    Press UP/DOWN or LEFT RIGHT button to change the settings.
    Weekend Travelers Blog | Eastern Sierra Fall Color Guide

  • How do I remove "other" data from my phone?

    I recently tried downloading a movie in the SD format that was around 2gb or so. I had over 2gb of empty spac eon my phone to rent the movie. the movie started to download fine and I left it to download. I went to videos and the rental shows up however it says there isn't enough room to download it. there is no data under videos howver there is over 2gb of added data to my phone under the "other". Itunes continually wants me to download this rental but I can't with 190mb. I'm guessing the movie already downloaded and something went wrong and it wants me to download it again. I did get a refund for the movie but the space it takes up is still there. Does anyone know how can I remove this data? I tried restoring a backup and emailing customer support and nothing has changed.

    Kappy's User Tip to deal with "Other": https://discussions.apple.com/docs/DOC-5142
    Delete your messages. Remove the attached files such as pictures and videos.

  • How do I remove a date and time mark on a stored photo so I can put it into a calendar

    How do I remove a date and time mark on a stored photo so I can put it into a calendar.....?

    In Iphoto, yes.  You can use PhotoShop Elements or some other editor.  You can also crop.  (You might be able to make the retouch brush smaller.)

  • Lost my old iPhone ..... how do i remove the data in other Apple devices?

    My old iPhone (3GS on IOS 4.1 before iCloud was introduced) is lost. It was synchronized using iTunes. I have other devices (iPad, iMac). How do I remove the data created in that iPhone from Calendar, etc. The recurring event created in that old iPhone will continue until I remove them.
    Appreciate the help

    Settings -> General -> Reset -> Erase all Content and Settings
    or restore it to factory settings:
    http://support.apple.com/kb/HT1414
    Regards.

  • How do I remove all data in OS 10.9.4 ?

    How do I remove all data from OS X 10.9.4?  This is a late 2010 MacBook Air I want to donate to a friend.  Thanks.

    Click here and follow the instructions. When you reach step 5, connect its original thumbdrive, restart with the C key held down, use the Disk Utility to erase the internal drive, and install a fresh OS.
    (111185)

  • How can I remove birthday date on my iPhone 4

    How can I remove birthday date on my iPhone 4

    Find the person whose birthday you want to delete in your contacts and check if their birthdate is there. If yes, simply edit the contact and delete the birthday field.

  • How do you remove the date/time stamp from a photo before printing?

    I have one group of photos in an event that have the date and time stamp on them.  I don't know how to remove the date/time stamp before printing. 

    If you have your camera set to imprint the date/time on the photo you can not "remove it - it is a part of the photo - depending on the surounding photo you might be able to retouch it out
    LN

  • How can I remove safari data from shared iCloud account?

    Before iOS 8 and family sharing I was using a single iCloud account shared among several Apple devices in my household.  Now that we are all using our own separate Apple Accounts I want to delete shared data from other devices that were using my iCloud account.  For example, my wife and I both have data synched with iCloud (the same account) for Safari.  Now that her phone has been switched over to her own AppleID, I want to purge the data stored in my icloud account from her device.  When I open Safari on my phone, I can see a list at the bottom of tabs that my wife had open on her phone at one time in the past.  That list will never get updated now that she is using her own account.  So how do I purge old data from other devices off my iCloud account? 

    If she's on a different account now, Safari data from the previous account should no longer be on her device.  iCloud tabs, on the other hand, will persist from a device that is no longer sharing the account for 14 days, after which they are automatically cleared.  (This is coming from iCloud, not from her device.)  You might try waiting a couple of weeks and see if they aren't automatically removed.
    If you're still concerned, you could always ask her to go to Settings>Safari and tap Clear History and Website Data.  This won't clear her iCloud tabs from your device though; you'll have to wait for that.

  • How do I remove certain data being imported from a php file

    I have data being loaded from a php into an xml class.
    My host (which is free for testing purposes) keeps adding data to the php file which causes errors.  I need to know how I can delete this extra text before I put the data into an XML class so I do not get the error.  I did a trace of the data and this is what comes up below.  I need everything below the </data> tag to be removed but do not know how to do this.  Can someone please help me.
    <?xml version='1.0' encoding='UTF-8'?><data>
        <google rate='21' />
        <yahoo rate='3' />
        <msn rate='2' />
        <tv rate='10' />
        <diger rate='4' />
    </data>
    <!-- www.000webhost.com Analytics Code -->
    <script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
    <noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
    <!-- End Of Analytics Code -->
    Thanks,
    Jason

    in your load complete function:
    var s:String=e.target.data;
    var xml:XML=XML(s.split("<!-- www.000")[0]));

  • How do I remove sensitive data?

    I want to make a hard copy of my security information, using Numbers and exit Numbers after printing.
    How can I be sure that none of my data remains on the machine?
    Would using a Guest account do this?
    What happens if Time Machine runs in the middle of the process?
    Thanks for any help.
    AllanGlen

    Why Lion? You are here in a forum for workstations. Not ideal and for now isn't required until there is an update.
    Turn this around, were you using BitLocker beforre? do you use a program now to encrypt data?
    On Windows, you could also store data on encrypted VHD just  like FileVault, but you can also run the OS from a VHD that doesn't save changes to the OS - great for doing things like online banking.
    Also password protect file(s), encrypt hard drive, don't use a administrator account (which is default for Mac OS) and work in standard account.
    As to guest account not saving changes, I think that is what it does.
    The only reason to use Lion FileVault2 is for full system encryption, but being new, might also be risky. Of course any good paranoid has ample backup sets.
    http://www.apple.com/macosx/whats-new/features.html#filevault2
    Disk Utility has had encrypted disk images which can act like a VHD and FileVault without full user account.

  • How do I remove migrated data?

    I want to remove all that I have migrated to my new MacBook Pro. How do I do this?

    If you use Time Machine or another backup device, you can simply replace a previous version of the software. If you don't use Time Machine or haven't backed up, your options are more limited: change the data manually, or reinstall.

  • HT1918 How do I remove credit card details set up on an an apple account I already have set up. None doesn't come up in options in the amend screen

    Trying to download free apps but cannot remove credit card details to none . Does anyone know how to change it without resetting up new account. Thank you

    SEARCH!
    http://lmgtfy.com/?q=itunes+account+without+credit+card

  • How Do I Remove the Passcode Security Setting

    How can I edit and remove the security passcode from popping up everytime I want to utilize my I phone 

    Go back to General > Passcode (& Fingerprint) > enter your Passcode > Turn Passcode Off

  • How can I remove all data from the iPhoto app?

    I wanted to reset my iPhoto library and remove all places, faces and events recognized from the pictures, so I copied my iPhoto library to a hard drive and then deleted it and emptied the trash. Copied the data to iPhoto again and took a look. The library was exactly the same. When I saw my activity monitor I realised there were just 12 gigabytes remaining in my hard drive (I'm using a 128GB Macbook Air) and before doing all this there were 47 gigabytes remaining. My iPhoto library is about 35GB, and I think I didn't replaced the library, I duplicated it. I'd really like to know if someone can help me finding the other library and deleting it, because I'm getting out of space in my mac.

    Your post is not clear
    I wanted to reset my iPhoto library and remove all places, faces and events recognized from the pictures, so I copied my iPhoto library to a hard drive and then deleted it and emptied the trash.
    OK
    Copied the data to iPhoto again and took a look.
    Exactly what does this mean?
    Probably your best bet is to run your iPhoto library on an external drive
    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    LN

Maybe you are looking for

  • Bugs in Apple iBooks 5.0.1: PDF support & remaining pages

    Bugs in Apple iBooks 5.0.1: 1) Adobe Acrobat PDF file format support: With iOS 5.0.1 I am still faced with severe Acrobat PDF file format incompatibility problems with the Apple iBooks app. Pictures in PDF documents partially disappear, characters ar

  • Workflow table for approval step description

    Hi Experts I'me looking for the table where i can find the approval step description for a node_id. I'm searching for NODE_DESC, in the table. I can find it by module fonction, but i really need the table. Thank you for your help. Peggy.

  • Item code HH3 B

    Has anyone here got a Home Hub 3 Ver B If you have whats the item code? HH3 ver A is 058720

  • Html page maximize

    Hi All, i have small doubts in html page, actually my client requirement is to increase the size the of the html page, i already gave the height and width, but he wants maximize button, actually maximize button is disabled  in my html page, how to en

  • Modify hidden parameter in variant

    I'm submitting a report in a program using a variant just to be sure (the report fills many optional parameters depending on user parameters). Yesterday I found out the program is crashing because of a hidden parameter that gets filled depending on p