Peace of Mind Backups

Self Managed or Remotely. Local or Google.

8. Scheduling your Backup

The last thing to do is schedule the backups to raun automatically.

If you can, type cmd in to the search on start and press enter.

Copy and paste the following in to the DOS window.

schtasks /create /tn "Backup 2 Google" /tr "C:\Python34\python.exe '%USERPROFILE%\Google Drive\ai.net.nz\aibackup.py'" /sc daily /st 11:20:00 /rl HIGHESTT

This should all go on one line! And after pressing enter is should say

SUCCESS: The scheduled task "Backup 2 Google" has successfully been created.

Another way of doing this schedule is via the control panel.

  1. Open up your computers Control Panel.
  2. Go to System and Security
    tasks01
  3. Open up Administrative Tools
    tasks02
  4. Open up Task Scheduler
    tasks03
  5. Click on Task Scheduler Library
    tasks04
  6. Click on Create Basic Task
    tasks05
  7. Give the task a name : Backup 2 Google, Click Next
    tasks06
  8. Set the trigger to Daily, Click Next
  9. Give the task a time to run, choose a time when the computer will be on, Click Next.
    tasks07
  10. Action is Start a program, Click Next
  11. Click Browse and go to C:\Python34\ and choose python.exe
    tasks08
  12. The "Add arguments (optional):" is the path to Google Drive\ai.net.nz\aibackup.py, for example "C:\Users\tony\Google Drive\ai.net.nz\aibackup.py".
  13. This Add arguments must be enclosed in "Speech Marks", Click Next
  14. Tick the "Open the Properties dialogue for this task when I click Finish". and click Finish
  15. In the new window all we need to do is tick Run with highest privileges.
    tasks09
  16. Done, now we need to ensure that the backup actually runs at the time you set it to run!

 

Next


1. Setting up Google with Backups (Chrome)blank25 2. Sign into Google for the frist timeblank25 3. Google Drive on your PC
4. How do I know if Google Drive is running? 5. Installing Python 6. Running the backup for the first time
7. Customizing your Backup 8. Scheduling your Backup 9. Weekly Reports