~ubuntu-branches/ubuntu/trusty/backupninja/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): intrigeri
  • Date: 2012-05-15 17:23:13 UTC
  • mfrom: (1.1.13) (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120515172313-ipwxvurdk6nlu960
Tags: 1.0~rc1-1
* Imported Upstream version 1.0-rc1
  (Closes: #657201, #536858, #654192, #656968, #654708)
* Drop obsolete pkglibdir-FTBFS-fix.diff: applied upstream.
* Bump Standards-Version to 3.9.3 (no change required).
* Suggest trickle package, now needed for duplicity traffic shaping.
* Add NEWS entry for duplicity changes.
* Revamp git-buildpackage configuration:
  - Update upstream-tag setting to reflect reality.
  - Use an upstream branch into which we can import upstream tarballs.
  - Use pristine-tar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
VSERVER (default: /usr/sbin/vserver)
240
240
VROOTDIR (default: `$VSERVERINFO info SYSINFO |grep vserver-Rootdir | awk '{print $2}'`)
241
241
 
 
242
 
 
243
.sh CONFIGURATION FILES
 
244
=======================
 
245
 
 
246
Shell jobs may use the following features:
 
247
 
 
248
  * logging and control flow functions:
 
249
    halt, fatal, error, warning, info, debug, passthru.
 
250
    All such functions take a list of strings a parameters.
 
251
    Those strings are passed to whatever logging mechanism is enabled,
 
252
    and colored if relevant.
 
253
 
 
254
  * Using "exit N" is useless, and has unspecified consequences.
 
255
    Just don't do it.
 
256
 
 
257
  * when=TIME works as documented above; at may also be written
 
258
    "when = TIME".
 
259
 
 
260
  * The $BACKUPNINJA_DEBUG environment variable is set when
 
261
    backupninja is invoked with the -d option.