Skip to content

Mstoic

  • Home
  • Start Here!
  • Best Deals
  • Facebook Tricks
  • Privacy
  • Resources
  • TOC
  • Tools
    • Web Tools
      • Stop Watch
      • QR Code Generator
      • Adsense Code Converter
      • Blogger Sitemap Generator
      • Difference Between Two Texts
      • Vacation Checklist
      • Twitter Symbols
      • Count Down
    • Investment
      • SIP Calculator
      • Power of Compounding
      • PPF Calculator
      • FD Calculator
  • About Us

How To Change The Time Machine Backup Schedule

Editorial Team | May 20, 2014May 20, 2014 | Macintosh |

Time Machine for Macintosh is the best backup application of all the applications for taking backups on any platform. The best thing is the lack of a complicated settings menu, which makes it very easy for anyone to set it up. The other great thing about Time Machine is its robustness, it takes just a few seconds every time it takes the backup (it will take hours when the backup runs for the first time).

Why To Alter The Time Machine Backup Interval

Time machine takes backup every hour to keep the most recent copies of all the files on your machine. But files don’t change that often, and backing up takes memory and hogs the I/O buses too. Taking backup every hour can be a problem for some, because some of us do processor and memory intensive tasks, performance for which can degrade while Time Machine is taking backup. Also, Time Machine copies only the changed files and not the once which are already backed up. If you use your Macintosh machine for heavy working, then you can increase the backup time interval.

1. Alter The Time Machine Schedule Using Command Line

You can change the Time Machine backup interval using the command line, by running a single command. Open Terminal and run the following command.

sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 7200

The last number, i.e. 7200, is the time interval (in seconds) the Time Machine will keep between the backups. You can set this value to any anything you like.

If you ever wish to restore the Time Machine backup interval, then try the same command by replacing the last value with 3600 (which will set the backup interval to one hour).

If you don’t want to run commands and want a simple application to control Time Machine, then you are in luck too. TimeMachineScheduler is a free application that allows you to change the Time Machine backup schedule and also gives you more control over Time Machine.

TimeMachineScheduler

Features of TimeMachineScheduler

  1. Lets you alter the Time Machine backup interval, that can be set from 1 hour to 12 hours.
  2. You can force the Time Machine to run the backup as soon as your machine starts.
  3. You can pause the backup process between a certain time period. This is useful if you do heavy work on your machine at a particular time of the day.

LINK: TimeMachineScheduler

Previous Post

Exchange Files Between PC And Android Device Over WiFi And Much More

by Editorial Team

Next Post

Delete All Your Tweets At Once With TweetDelete

by Editorial Team

Tags
  • Change Time Machine Schedule
  • Time Machine Schedule
  • Time Machine Scheduler
  • Time Machine Settings
Recommended Next
Reset Your Mac Password Using Recovery Mode

Your Comment Cancel reply

Follow Us

Like us Follow us Follow us

Categories

  • Tricks (93)
  • Facebook (83)
  • Tips (76)
  • Windows (67)
  • Wordpress (39)
  • Android (38)
  • Internet (33)
  • Antivirus (30)
  • How To (29)
  • Webmasters (25)
  • Customization (25)
  • Downloads (21)
  • Utilities (21)
  • Gmail (20)
  • Windows 7 (19)

Related Articles

  • Reverse a String using StringBuilder