aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2009-01-12 22:47:08 +0000
committerintrigeri <intrigeri@boum.org>2009-01-12 22:47:08 +0000
commita1c625fcc3c1bdcc81bb23aee3bea95051d6cc20 (patch)
tree52e6ef2f7aba7ad709d66a04a541e513cd6f06e2 /man
parent90a0dc695ad641fb988136cc6f31f44e31771efb (diff)
downloadbackupninja-a1c625fcc3c1bdcc81bb23aee3bea95051d6cc20.tar.gz
backupninja-a1c625fcc3c1bdcc81bb23aee3bea95051d6cc20.tar.bz2
add support for 'when = manual' (Closes: #511299)
Diffstat (limited to 'man')
-rw-r--r--man/backup.d.53
1 files changed, 2 insertions, 1 deletions
diff --git a/man/backup.d.5 b/man/backup.d.5
index 5090051..fd5c9b2 100644
--- a/man/backup.d.5
+++ b/man/backup.d.5
@@ -67,7 +67,7 @@ Example templates for the action configuration files can be found in /usr/share/
.SH SCHEDULING
-By default, each configuration file is processed everyday at 01:00 (1 AM). This can be changed by specifying the 'when' option in a backup action's config file or in the global configuration file.
+By default, each configuration file is processed everyday at 01:00 (1 AM). This can be changed by specifying the 'when' option in a backup action's config file or in the global configuration file. Special value 'manual' will disable scheduling for the backup action. It is possible to run the backup action manually by invoking \fBninjahelper(1)\fP with --run command line argument.
For example:
when = sundays at 02:00
@@ -76,6 +76,7 @@ For example:
when = everyday at 01
when = Tuesday at 05:00
when = hourly
+ when = manual
These values for "when" are invalid:
when = tuesday at 2am