Is it possible to schedule weekly backups rather than daily backups?

We're running Core 6.6 and Agent 6.6, is it possible to setup a weekly backup on a particular day and time or is the longest time between automated backups 24 hours?

Parents
  • From the UI  you can set up the schedule to be during weekends only (Saturday and Sundays).

    If you want something more specific you can do the following:

    1. Pause the agent protection
    2. Create a Powershell script using the new-snapshot command
    3. Schedule the Powershell script with Windows task scheduler to run on the date and time you want the backup to happen.

    Note: You can check the new-snapshot full syntax here

Reply
  • From the UI  you can set up the schedule to be during weekends only (Saturday and Sundays).

    If you want something more specific you can do the following:

    1. Pause the agent protection
    2. Create a Powershell script using the new-snapshot command
    3. Schedule the Powershell script with Windows task scheduler to run on the date and time you want the backup to happen.

    Note: You can check the new-snapshot full syntax here

Children