added --run
authorElijah Saxon <elijah@riseup.net>
Sat, 26 Feb 2005 21:28:26 +0000 (21:28 +0000)
committerElijah Saxon <elijah@riseup.net>
Sat, 26 Feb 2005 21:28:26 +0000 (21:28 +0000)
README
changelog

diff --git a/README b/README
index 619f8929b923257a8fbe12523ab9c60b11c46902..115e51aa615a8868ee891d7833ace45db8021c82 100644 (file)
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ The following options are available:
 -t, --test           Run in test mode, no actions are actually taken.
 -n, --now            Perform actions now, instead of when they
                      might be scheduled.
-
+--run FILE           runs the specified action FILE (e.g. one of the /etc/backup.d/ files)
 
 CONFIGURATION FILES
 ===================
index 01cf33b357d8c4b4dd975741a9b8144ebd5b000d..e84c137ec47a2e25f972e50c964b236b366182fc 100644 (file)
--- a/changelog
+++ b/changelog
@@ -3,6 +3,7 @@ version 0.4.3 -- Jan 20 2005
        changes to rdiff handler: added "options", and "keep" is not necessarily days now.
        added dup handler (still pretty beta)
        added maildir handler (very specialized handler)
+    added --run option (runs the specified action file)
 
 version 0.4.2 -- Jan 6 2005
        fixed bug which caused a report email to be sent even if no actions were run.