aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Saxon <elijah@riseup.net>2005-02-26 21:28:26 +0000
committerElijah Saxon <elijah@riseup.net>2005-02-26 21:28:26 +0000
commit42f5f9a4628d439a6337dab172d2243c8712d917 (patch)
treea5d4516e38ca2a0852329318f349de62fdb4029b
parentb808ac3de7a5abc0b8b6fd1409ba397056b3c56b (diff)
downloadbackupninja-42f5f9a4628d439a6337dab172d2243c8712d917.tar.gz
backupninja-42f5f9a4628d439a6337dab172d2243c8712d917.tar.bz2
added --run
-rw-r--r--README2
-rw-r--r--changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 619f892..115e51a 100644
--- 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
===================
diff --git a/changelog b/changelog
index 01cf33b..e84c137 100644
--- 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.