<< SetAutoColumns | SetBaseline >> |
Top: Documentation Library | Up: S Commands |
SetBackup File Command
SETBACKUP System Commands
Changes the autobackup and autosave status.
setbackup [AUTOBACKUP status [COUNT number]] [AUTOSAVE status [INTERVAL time]] [PATH filepath] [SAVE]
status/k Sets the feature status.
Options: ON |OFF| T OGGLE.
AUTOBACKUP/k Sets the autobackup status.
COUNT/i Sets the number of backup copies.
AUTOSAVE/k Sets the autosave status.
INTERVAL/i Sets the autosave interval in minutes.
PATH/s Sets the autosave and autobackup path.
SAVE Saves to the PageStream Preferences file.
Notes:
The TOGGLE parameter may not be used in conjunction with the SAVE parameter.
Examples:
setbackup autobackup toggle count 3 path 'work:back' setbackup autosave off setbackup autobackup on autosave on interval 5 save
SetBackup Command Definition url:PGScmd/setbackup
created:2006-03-31 10:52:53 last updated:2006-03-31 10:52:53
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SetBackup | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 20:29:12 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Gets the {...} . SetBackup ([AUTOBACKUP <ON|OFF|TOGGLE> [COUNT copies]] [AUTOSAVE <ON|OFF|TOGGLE> [INTERVAL time]] [PATH backuppath] [SAVE])
ARexx: Applescript: | |
User Contributed Comments For SetBackup | sign in to add a comment |
<< SetAutoColumns | SetBaseline >> |
Top: Documentation Library | Up: S Commands |