intrigeri
a46fbcd5aa
Fix typo in manpage.
2011-08-18 03:45:24 +02:00
intrigeri
4e5d994e8a
Update ChangeLog.
2011-08-17 19:29:29 +02:00
Silvio Rhatto
3ae23af640
Fixing $rsync_options output (Issue #3001 )
2011-08-17 19:28:35 +02:00
Silvio Rhatto
9e7c186f02
Fixing $rsync_options output when rsync is local (Issue #3001 )
2011-08-17 19:27:59 +02:00
intrigeri
7b57f84a92
Cleanup: stop supporting duplicity < 0.6.01 (Redmine#2538).
2011-08-17 12:31:30 +02:00
intrigeri
e691eb7a10
Allow 'when = XXX' in sh jobs.
...
when=XXX did work already. This patch allow to write this with spaces around the
equal sign - as in every other backup.d/ file.
2011-08-17 12:15:37 +02:00
intrigeri
52eb8d0c4b
Fix "Locking mechanism causes variable problem".
...
Thanks to Olivier Berger for the patch.
2011-07-19 00:24:18 +02:00
intrigeri
69c0ec09c5
Releasing backupninja 0.9.9
2011-05-15 19:27:41 +02:00
intrigeri
8693a0cf6d
Update .gitignore.
2011-05-15 19:25:23 +02:00
intrigeri
49a5c56321
sys: fix gathering of information about loaded modules.
...
cut is in /usr/bin actually.
2011-05-15 19:19:48 +02:00
intrigeri
d32cc2318c
sys: fix hwinfo ( Closes : #625501 )
2011-05-05 09:17:37 +02:00
intrigeri
ee587946a6
Add sshoptions to rdiff example config file.
2011-04-26 12:31:58 +02:00
intrigeri
448b6f495e
Updating ChangeLog and AUTHORS.
2011-04-26 11:08:59 +02:00
intrigeri
7d873cf4ce
Merge remote branch 'bruno/master'
2011-04-26 11:07:18 +02:00
intrigeri
5910e1ce81
tar helper: default to store backups into /var/backups/.
2011-04-26 11:05:49 +02:00
intrigeri
cdcc2bc5c9
Do arithmetic using bash rather than bc ( Closes : #603173 )
2011-04-26 11:00:02 +02:00
intrigeri
d9f2fca055
Fix ChangeLog.
2011-04-26 10:35:02 +02:00
intrigeri
8f70c54e0a
Initialize dup_keepincroffulls as any other global variable.
2011-04-26 10:31:39 +02:00
Olivier Berger
3e60fd37de
Adding new option
2011-04-25 22:49:57 +02:00
Olivier Berger
b5b400aca6
Fix option name, and revert defaults to previous settings
2011-04-25 22:40:45 +02:00
Olivier Berger
6ab6f3907f
Fix duplicity option's name
2011-04-25 22:40:45 +02:00
Olivier Berger
55fe213f9b
Fix merge problem
2011-04-25 22:40:44 +02:00
Olivier Berger
ca14175210
Now that there's some removal of increments for old fulls, we can keep fulls for a longer time, for instance 1Y which becomes default
2011-04-25 22:40:44 +02:00
Olivier Berger
573e803a07
Proposed feature to address https://labs.riseup.net/code/issues/2492
2011-04-25 22:40:44 +02:00
Olivier Berger
a1c2229e1a
Proposed feature to address https://labs.riseup.net/code/issues/2492
2011-04-25 22:40:44 +02:00
intrigeri
6aca9c822b
All handlers: stop using "local VAR" outside functions. ( Closes : #530647 )
2011-04-25 18:55:58 +02:00
Bruno Bigras
1bf46e1128
Add the tar handler to Makefile.am
2011-04-20 23:06:28 -04:00
intrigeri
2392094a24
Make units clearer (Closes Redmine bug #2737 ).
2011-02-16 08:22:10 +01:00
intrigeri
a036144de8
Documentation: recommend using 4096 bits RSA keys everywhere.
2011-01-27 19:02:28 +01:00
intrigeri
8190b0dbc7
rdiff.helper: generate 4096 bits RSA keys.
2011-01-27 19:00:15 +01:00
intrigeri
5c7a26f70d
Update ChangeLog and authors.
2010-12-26 18:56:33 +01:00
Olivier Berger
c5832421a5
Implement locking with flock
2010-12-24 09:28:31 +01:00
intrigeri
6ad15139e0
Merge remote branch 'origin/0.9.8.1'
...
Conflicts:
AUTHORS
ChangeLog
2010-12-13 11:42:36 +01:00
intrigeri
8098286aa1
dup helper: fix separate signing key usecase.
...
Thanks to Ian Beckwith for the patch.
2010-12-13 11:24:21 +01:00
intrigeri
13f247afeb
Fix reliance on bash for pipefail. ( Closes : #602374 )
...
Thanks to Sergio Talens-Oliag <sto@debian.org> for the bug report and patch.
2010-11-07 13:07:26 +01:00
Micah Anderson
ab92883a63
bump version numbers in preparation for release
2010-10-31 16:30:45 -04:00
Micah Anderson
8629599e5d
add changelog entry for vgcfgbackup fix
...
Conflicts:
ChangeLog
2010-10-29 10:42:14 -04:00
Micah Anderson
5d4e52dfd1
older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when you specify multiple volume groups to backup, it gives an error, saying you must set the %s template for the name. We are doing that, it just cannot handle it properly.
...
This change routes around this issue, which has been fixed in later lvm2 releases, by passing only one argument to vgcfgbackup by taking all the volume groups that are found and running them through a for loop
2010-10-29 10:31:43 -04:00
Micah Anderson
f49a612006
Do not error out when no job is configured ( Closes : #597684 )
...
Conflicts:
ChangeLog
2010-10-29 10:30:43 -04:00
Jacob Anawalt
0b60b58153
Removed extra '.' in plain/sql dumps
...
Removed an extra '.' in file names introduced by the pg_dump options
patch, resulting in names like db..sql or db..sql.gz instead of just
db.sql or db.sql.gz.
2010-10-19 22:52:03 +02:00
Micah Anderson
846fa74cbc
add changelog entry for vgcfgbackup fix
2010-10-12 11:49:18 -04:00
Micah Anderson
9271e58a24
older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when you specify multiple volume groups to backup, it gives an error, saying you must set the %s template for the name. We are doing that, it just cannot handle it properly.
...
This change routes around this issue, which has been fixed in later lvm2 releases, by passing only one argument to vgcfgbackup by taking all the volume groups that are found and running them through a for loop
2010-10-12 11:48:50 -04:00
intrigeri
a80d6f4a0c
Make it clear duplicity >=0.4.9 is required when using a custom tmpdir.
2010-10-12 11:47:15 +02:00
intrigeri
dc7f723e5c
Remove support for duplicity < 0.4.4. Even etch-backports has a newer one.
2010-10-12 11:44:35 +02:00
intrigeri
55d9452da5
dup: use --tempdir option rather than TMPDIR environment variable.
...
Closes Roundup bug #598 .
This breaks support of Debian etch.
2010-10-12 11:15:47 +02:00
intrigeri
817ffa139b
Update ChangeLog.
2010-10-12 10:52:22 +02:00
intrigeri
8a2a7ba297
Add Jacob Anawalt to authors.
2010-10-12 10:52:15 +02:00
Jacob Anawalt
7355535ee1
Enable pg_dump format option.
...
The format option of pg_dump enables tar and custom archive file formats in
addition to the default plain-text file containing SQL commands.
When either the tar or custom format are selected the behaviour of database=all is changed to no longer dump a single file via pg_dumpall. Instead pg_dumpall
is called once to export the "global" data (roles & tablespaces) and then
pg_dump is called once for each non-template table in the database.
To support the GZIP and GZIP_OPTS variables in backupninja and to give the
default --rsyncable gzip compression flag a chance at working on a PostgreSQL
backup, the custom output is forced to not use compression. Instead compression
is done via a pipe to gzip. Hopefully this benefits rsync and rdiff-backup
style backups for reduced backup and storage costs that outweigh the
restoration ones.
2010-10-12 10:49:34 +02:00
intrigeri
cc35262c2a
Update ChangeLog after merging sarava's rsync branch.
2010-10-11 09:06:56 +02:00
intrigeri
b53a2e1c90
Merge remote branch 'sarava/rsync'
2010-10-11 09:06:14 +02:00