Commit Graph

288 Commits

Author SHA1 Message Date
Micah Anderson
960acb6b0c Move to templated version 2005-10-26 23:16:35 +00:00
Micah Anderson
d25ad93387 Add more Makefile templates 2005-10-26 23:15:26 +00:00
Micah Anderson
419cc1a74c Oops, cleanup and move the license to the standard location 2005-10-26 23:14:03 +00:00
Micah Anderson
80ea2192a5 Makefile templates go in every directory 2005-10-26 23:10:19 +00:00
Micah Anderson
d71a43f4c1 Moving to less fun layout, more useful outcome 2005-10-26 23:09:24 +00:00
Micah Anderson
d943cfdaa9 Add more makefile templates 2005-10-26 23:07:11 +00:00
Micah Anderson
b43b18ff13 Add makefile templates 2005-10-26 23:06:43 +00:00
Micah Anderson
d076494a6e A little rearranging to get to autotools 2005-10-26 23:05:26 +00:00
Micah Anderson
c4785ba5ed Moving to autotools standard layout 2005-10-26 23:04:16 +00:00
Micah Anderson
d58025ceb0 Move logrotate to autotools template 2005-10-26 23:02:25 +00:00
Micah Anderson
554f5263ef change cronjob to autotools template 2005-10-26 23:01:45 +00:00
Micah Anderson
b3ff5ad360 Add autotools Makefile templates 2005-10-26 23:00:48 +00:00
Micah Anderson
195a1bdc07 Move configuration to autotools template 2005-10-26 23:00:18 +00:00
Micah Anderson
a85749b546 Moved rdiff helper lines up, as 0.90 has already been released 2005-10-26 22:56:03 +00:00
Elijah Saxon
a116f435ce fixed many bugs in rdiff.helper
added more verbage to ninjahelper
added some IFS=$'' to easydialog
(this allows you to pass through blank lines).
2005-10-19 05:17:53 +00:00
Elijah Saxon
1f0d91977b 2005-10-10 18:01:56 +00:00
Elijah Saxon
d1011cef81 brought man pages up to date. 2005-10-10 17:36:09 +00:00
Elijah Saxon
dd45c5d78f minor clean up 2005-10-10 17:35:55 +00:00
Micah Anderson
f8e59dc81f Added man pages 2005-10-07 18:27:29 +00:00
Elijah Saxon
02ffef7501 applied patch to rdiff.helper, removed /etc/passwd from mysql handler. 2005-10-07 16:02:27 +00:00
Elijah Saxon
55427e72e2 moved stuff around. 2005-10-05 15:54:23 +00:00
intrigeri
1645c0c857 r188@krups: intrigeri | 2005-10-03 01:14:37 +0200
Replaced awful "grep /etc/passwd" with getent calls in pgsql and mysql handlers
2005-10-02 17:35:22 +00:00
Elijah Saxon
995e34e166 created function maketemp, to be used by backupninja
and maildir handler for creating safe temp files.
2005-10-02 12:45:12 +00:00
Micah Anderson
ef4bbe3c2b Fixed error causing find to complain about not having -mindepth earlier 2005-09-28 14:57:17 +00:00
Micah Anderson
1cb8c06d78 really fix the insecure temp file creation 2005-09-28 14:52:45 +00:00
Micah Anderson
d9d59cd6e9 Fixed insecure temporary file creation 2005-09-28 14:47:51 +00:00
Micah Anderson
8ca18d0b03 noted 2005-09-28 01:39:15 +00:00
Micah Anderson
ad457d298e removed erroneous magic filemarker in pgsql handler 2005-09-28 01:38:29 +00:00
Micah Anderson
965253c9a0 Fixed the changelog 2005-09-28 01:26:33 +00:00
Elijah Saxon
e9a2dc18bf dated release 2005-09-15 18:42:24 +00:00
Elijah Saxon
166c486601 added patch to mysql handler from Daniel.Bonniot@inria.fr
(adds ignores option)
2005-09-15 18:36:23 +00:00
intrigeri
30348c7db8 mysql helper bugfix: write yes/no to config file instead of on/off, that are not recognized by mysql handler 2005-09-03 18:57:37 +00:00
intrigeri
cf1817d075 mysql and dup handlers: when using a vserver, check if it is running 2005-08-27 00:19:50 +00:00
intrigeri
bd0b2eaea8 dup handler: added option to perform a full backup instead of an incremental one. 2005-08-20 18:17:25 +00:00
intrigeri
aa62488656 Now ignores vim's .swp files in /etc/backup.d/ 2005-08-20 15:43:58 +00:00
intrigeri
6b6154879b Security fix: duplicity handler used to put the gpg passphase on the command line. 2005-08-20 15:37:57 +00:00
intrigeri
bfe530dc59 Removed an unnecessary check in dup handler. 2005-08-19 23:02:07 +00:00
intrigeri
88d1f719c5 Fixed a critical bug in sys handler vservers support: it tried (and failed) to save packages list even if packages=no. 2005-08-14 22:54:08 +00:00
intrigeri
3d3c5aa3df Fixed a critical bug in pgsql handler vservers support. 2005-08-14 22:49:43 +00:00
Elijah Saxon
4b662f4b33 minor change to rdiff handler. 2005-08-09 21:36:13 +00:00
Elijah Saxon
428e9532bf label is no longer required (now this works with ninjahelper without problems) 2005-08-09 21:28:26 +00:00
intrigeri
ddaceb7dda Added helper for pgsql handler. 2005-08-09 20:59:20 +00:00
intrigeri
540f7e0f7c ninjahelper: better check_perms(), improved xedit. 2005-08-09 20:55:58 +00:00
intrigeri
49dfbcb81f Added a few safety checks to pgsql handler. 2005-08-09 20:53:19 +00:00
intrigeri
4e0c31d016 Fixed/improved a few bits of rdiff, dup and sys handlers. 2005-08-09 20:50:05 +00:00
intrigeri
f22dbec1dc Improved README a bit. 2005-08-09 20:46:18 +00:00
intrigeri
d675fa6df9 Added vservers support to duplicity handler. 2005-08-09 20:41:37 +00:00
intrigeri
773c194279 Added pgsql (PostgreSQL) handler, with vservers support. 2005-08-09 20:28:52 +00:00
Elijah Saxon
b5120bcd7b fixed when bug for real this time. 2005-07-27 17:30:56 +00:00
Elijah Saxon
a37e9ccdb9 changed on to yes (on doesn't work!) 2005-07-27 17:30:24 +00:00