intrigeri
1773b7f918
Added Olivier Berger to the AUTHORS file.
2010-01-05 13:18:56 +01:00
olivier
61eb6a7484
Add duplicity output line by line instead of with a whole at one time. Should help fix #536360
2010-01-05 13:16:09 +01:00
intrigeri
a53e8a531a
Fix indentation of previously cherry-picked patch
2010-01-05 13:11:57 +01:00
intrigeri
d65fa0c058
Cherry-picked "fixes for mysql handler for mysqld inside a vserver"
...
This commit (64edfccf76
) was wrongly committed to
the debian branch.
Conflicts:
handlers/mysql.in
2010-01-05 13:09:38 +01:00
intrigeri
d4c5f73ad7
dup.helper: do not propose to exclude /home/*/.gnupg twice anymore ( Closes : #563044 )
2009-12-31 17:05:47 +01:00
intrigeri
29b86fdfb8
TODO: removed issues that are resolved or tracked in Redmine
2009-12-25 04:27:21 +01:00
intrigeri
9400bd0098
Fixed remaining pointers to our deprecated Trac instance.
2009-12-25 04:25:44 +01:00
intrigeri
4996d8deb7
autotools: added the stat command to the automagically replaced ones
...
... hoping it will help supporting *BSD some day.
2009-12-25 04:09:29 +01:00
intrigeri
f4ab3148f1
mysql, pgsql: Quote output filenames
...
... to support shell meta-characters in database names.
Closes Redmine bug #617 .
2009-12-25 02:33:13 +01:00
intrigeri
5da707b309
rsync: added vim and Emacs modelines for consistency's sake
2009-12-25 02:28:55 +01:00
intrigeri
8d10a6555c
fix copy'n'paste doc error
2009-12-25 01:30:11 +01:00
intrigeri
6606cce445
easydialog: allow form fields input to grow up to 100 chars ( Closes : #562249 )
2009-12-24 16:57:31 +01:00
Micah Anderson
34d0d30593
adjust the comparison operators in the rsync handler, fixes #1473
2009-12-02 17:09:16 -05:00
intrigeri
f967264717
ldap, mysql, pgsql: use gzip's --rsyncable option
2009-11-19 20:27:46 +01:00
Silvio Rhatto
75d17d06f2
Enhanced rsync handler.
...
- Added support for:
- Remote destinations
- Long rotation format similar to maildir handler
- Batch files through --read-batch and --write-batch
- Custom file list using --files-from
- SSH persistent connection using ControlMaster
- The rsync:// protocol
- Metadata folder for each backup folder
- General refactoring
- Code cleanup
Not all options were tested and it might contain bugs.
Tests, comments and patches are welcome. :)
2009-11-06 11:16:16 -05:00
Micah Anderson
f549dc44f6
Fix missing $ in variable name, fixes : #1239
2009-09-23 16:07:58 -04:00
Micah Anderson
fbd0b8742c
Standardize the example file format. Making the comments have the same
...
number of hash marks, clearly specify example settings and what the
defaults are set to.
2009-08-27 16:54:09 -04:00
intrigeri
1b991d6c15
dup: fixed bandwidth vs desturl testing
2009-07-18 10:48:10 +02:00
intrigeri
f45803230a
dup: fixed bandwidthlimit test
...
Thanks to Ian Beckwith <ianb@erislabs.net> for the patch.
2009-07-18 10:47:55 +02:00
Micah Anderson
8000beda16
added sshoptions variable to the maildir handler for arbitrary options that you might need to pass
...
updated the example.maildir to include this option, as well as detail the missing desid_file, destport
2009-07-09 19:00:41 -04:00
Matthijs Kooijman
78884142e7
Add a vim modeline with indentation settings.
...
The modelines added match the emacs lines already present and also set
the filetype to sh (just like the emacs lines).
2009-05-23 10:42:20 +02:00
Matthijs Kooijman
4ecaae9405
Make all indentation consistent.
...
Previously, there were many indentation styles in use: Real tabs, 2, 3
or 4 spaces, mixing these within the same file, function or even within
a single line.
This commit changes all bash scripts in the handlers, src and lib dirs
to use consistent indentation: three spaces are now used everywhere.
Other files (e.g. Makefiles) are left untouched.
Additionally, this commit removes all trailing whitespace.
2009-05-23 10:34:16 +02:00
intrigeri
386c427594
sys: backup dmsetup info as well, for easier restoring of Luks headers
2009-01-22 23:37:50 +00:00
intrigeri
772af74c80
sys: new lvm option to backup LVM metadata of every detected volume group
2009-01-22 22:15:13 +00:00
intrigeri
36854a51d4
sys: new luksheaders option to backup the Luks header of every Luks device
2009-01-22 22:14:22 +00:00
intrigeri
94861df686
mysql: fix 'mysqladmin ping' use, see changelog for details
2009-01-12 22:47:30 +00:00
intrigeri
a1c625fcc3
add support for 'when = manual' ( Closes : #511299 )
2009-01-12 22:47:08 +00:00
intrigeri
90a0dc695a
added .gitignore file
...
... and populate it with autotools/build files.
This is of course intended to make life easier for people using git-svn.
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-12 22:46:42 +00:00
intrigeri
2cfcdd636d
mysql: new sqldumpoptions config variable ( Closes : #502966 )
2008-12-09 11:40:03 +00:00
intrigeri
4506202ea7
backupninja: do not assume English locale when using date ( Closes : #465837 )
2008-12-09 11:08:53 +00:00
intrigeri
ea9814ad2b
FAQ: new file, with first Q/A for duplicity vs. sudo related issues
2008-12-09 10:56:15 +00:00
Micah Anderson
a76cc2f576
fix location of deleted_on file and add missing destid_file options in maildir handler
2008-08-08 04:50:55 +00:00
intrigeri
c4f2b1d45e
fix reportspace
2008-07-28 17:12:31 +00:00
Micah Anderson
351369b874
update makecd handler to work with new toolset
2008-07-25 20:11:24 +00:00
Micah Anderson
d404d8b754
prepare for release
2008-07-21 20:49:34 +00:00
Micah Anderson
cb833ea82c
clarify how the nodata option should be specified in the config file for mysql
2008-07-06 17:58:52 +00:00
Micah Anderson
2a6d877e94
fix language to make sense
2008-07-06 17:21:57 +00:00
Micah Anderson
98e62c9537
. make maildir helper look in every subdirectory of the source directory for
...
maildirs, rather than just looking in the directories [a-zA-Z0-9], thanks
for the patch from chris@cenolan.com (Trac#43)
2008-07-06 16:05:14 +00:00
intrigeri
0a6abfc3ce
dup: added option --force to cleanup and remove-older-than commands, else they actually do not do anything
2008-06-29 07:26:36 +00:00
intrigeri
947b6f03ff
sys: explain how to fix the issue on "debconf-get-selections missing" error
2008-06-29 07:01:29 +00:00
intrigeri
788e82b56a
dup: set secure permissions on tmpdir when creating it
2008-06-25 09:54:45 +00:00
intrigeri
bc8d817218
autotools: remove requirement on md5sum, which is not used anymore
2008-06-25 09:42:23 +00:00
intrigeri
c235a7ee87
lib/tools.in(maketemp): really remove insecure fall-back if mktemp is missing, since it is now required at build-time
2008-06-25 09:40:13 +00:00
intrigeri
c8b6aeeb72
lib/Makefile.am: fix CLEANFILES, add substitution for MKTEMP, else ninjahelper crashes
2008-06-25 09:33:35 +00:00
intrigeri
ddce1197cb
sys: make debconf-get-selections detection on VServers really more robust
2008-06-25 09:21:11 +00:00
intrigeri
edeb50c733
sys: fix catifexec invocations with arguments to prevent "line 191: [: too many arguments" error messages
2008-06-25 09:07:30 +00:00
intrigeri
755c0160d4
sys: make error message clearer when debconf-get-selections can not be found on the host
2008-06-25 09:02:06 +00:00
intrigeri
3f29d82b6c
sys: typo
2008-06-25 09:01:20 +00:00
intrigeri
f1cb4e9a64
sys: fixed debconf-get-selections search in VServers, especially in case it is not available on the host
2008-06-25 09:00:04 +00:00
intrigeri
1d930270d0
sys: fix typo
2008-06-25 08:47:48 +00:00