~juri/chipmunk-backup/trunk

« back to all changes in this revision

Viewing changes to backupper.ss

  • Committer: Juri Pakaste
  • Date: 2009-02-09 18:10:32 UTC
  • mfrom: (83.1.1 backupper-config)
  • Revision ID: juri@iki.fi-20090209181032-x2880o0d49280xbt
merged configuration file format comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
;;;; Backupper is known to work with MzScheme 4.1.
10
10
 
11
 
;;;; Backupper loads a Scheme configuration file specified on the
12
 
;;;; command line. Loading should return a MzScheme class.ss object
13
 
;;;; implementing the backupper-config<%> interface.
 
11
;;;; Backupper reads a Scheme configuration file specified on the
 
12
;;;; command line. It should contain s-expressions with the configuration
 
13
;;;; data. Invoke backupper with the argument --sample-config to get
 
14
;;;; a sample configuration file.
14
15
 
15
16
;;;; Terminology:
16
17
;;;; backup directory: the directory to be backed up.