|
IntroductionThis is part of a series of articles on backing up computers. The top page is Design for an Archiving Backup System.This page describes the command line syntax of the arcvreshedule.py program. PurposeThe arcvreshedule.py program is a utility to help with setting up the Windows ArcvBack Service. You can use this to reset the last run time for a particular event by name so that it will run again as soon as the event's time window allows it.SyntaxThe arcvreshedule.py program gets its configuration information from the service.py file.The full command syntax is: arcvreshedule eventname1 [eventname2 ...] where items in the square brackets are optional. If you run it without any parameters it just prints the current list of events. |