aboutsummaryrefslogtreecommitdiff
path: root/src/backupninja.in
AgeCommit message (Collapse)Author
2005-12-28 r263@crapouille: intrigeri | 2005-12-28 21:19:10 +0100intrigeri
Reverted indentation level to 3.
2005-12-28 r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100intrigeri
Changed default indentation level to 8, to make it presbyopia-friendly
2005-12-28Added the "Emacs comment line" on top of every shell file.intrigeri
2005-12-16Fixed broken toint function, causes backups to not run from cronMicah Anderson
when told to run "everyday" (debian bug: #341881)
2005-11-29Reverted bashism removals from r228, after discussing this.intrigeri
2005-11-29 r3565@krups: intrigeri | 2005-11-16 20:43:44 +0100intrigeri
ninjahelper and backupninja: cosmetic enhancement of the "am I root?" test.
2005-11-29 r3562@krups: intrigeri | 2005-11-16 20:20:16 +0100intrigeri
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers.
2005-11-29 r3560@krups: intrigeri | 2005-11-15 15:13:35 +0100intrigeri
backupninja now uses the maketemp function shared in lib/tools, instead of its own one.
2005-11-29 r3559@krups: intrigeri | 2005-11-15 15:07:17 +0100intrigeri
ninjahelper & backupninja now set $libdir when bootstrapping. improved $scriptdir search, too.
2005-11-19Converted some bashisms to POSIX -- no concept of arrays in posix, blehMicah Anderson
2005-11-19Color comments were wrong - error is red, fatal is purple. CommentsMicah Anderson
said error was orange and fatal was red, maybe this is better?
2005-10-26Move to templated versionMicah Anderson