intrigeri
aa7009fb34
Update AUTHORS.
2013-06-28 09:09:56 +02:00
Pierre ROUDIER
625d1424ca
xz support for tar handler
2013-06-28 09:08:39 +02:00
intrigeri
b8f717d224
Update AUTHORS.
2013-06-08 08:59:48 +02:00
intrigeri
1c6677ebdd
Add option to include rdiff-backup output in reports.
...
Thanks to David Gasaway <dave@gasaway.org> for the patch.
2013-06-08 08:59:03 +02:00
Micah Anderson
0dbac2a1c1
dsync: break out of the while loop using 'break' instead of setting the failedcount number, otherwise this will trigger the warning later
2012-11-26 12:49:43 -05:00
Micah Anderson
03eadb018b
dsync: fix loop number of iterations, we want to try 3 times, and we are starting at 0
2012-11-26 12:49:16 -05:00
Micah Anderson
c0e571ebb4
remove some debugging bits that snuck in
2012-11-26 12:44:27 -05:00
Micah Anderson
4c7660f201
set autotools markers and default application paths
2012-11-26 12:30:40 -05:00
Micah Anderson
9b679b71a8
the 'fatal' here was causing backups to stop after they hit a user who has
...
trouble, causing all subsequent backups never to fire.
2012-11-26 12:30:40 -05:00
Micah Anderson
090cef2438
fix quoting on srcconffile and destcconffile
...
stop attempting to sync to current_backup, because if we do this then we do this then we don't take advantage of the hardlinking that is done later
2012-11-26 12:30:40 -05:00
intrigeri
1790b5332b
duplicity: for local backups, check that the destination directory exists.
...
Thanks to ulrich for the preliminary patch.
Closes Redmine#4049.
2012-09-20 00:13:18 +02:00
Silvio Rhatto
3d36ded8ab
Releasing backupninja 1.0.1
2012-06-29 16:39:55 -03:00
intrigeri
ba1e4c4ef8
Update AUTHORS.
2012-06-29 16:41:30 +02:00
intrigeri
80a51a3e64
Do not warn when rsync exits with status 0.
2012-06-29 16:36:54 +02:00
intrigeri
d3d71fd393
Update ChangeLog.
2012-06-21 02:49:34 +02:00
Silvio Rhatto
05f596080d
Issue just warnings on non-fatal rsync errors ( #3966 )
2012-06-20 00:38:23 -03:00
intrigeri
aae966981e
Releasing backupninja 1.0. (Happy birthdays!)
2012-06-15 20:35:12 +02:00
intrigeri
7d4ef67e22
Update and fix ChangeLog.
2012-06-15 20:35:04 +02:00
intrigeri
29dcdbae91
Run rsync command-line through a shell, so that single-quotes around excludes are interpreted ( Closes : #677410 )
...
When --exclude 'something' is passed directly to rsync without going through
a shell, rsync tries to match a file whose name contains single quotes, which is
definitely not what we want it to do: exclude arguments protected with single
quotes are meant to be passed to a shell.
2012-06-15 20:30:25 +02:00
intrigeri
1b48bc4444
rsync: stop passing $excludes as a single argument.
2012-06-15 20:27:01 +02:00
intrigeri
f7488968c0
rsync: generate excludes command-line snippet the same way as the duplicity handler does.
...
The latter has a robust history wrt. dealing with excludes / glob / quoting
etc., let's use that instead of the shiny new sed-based way.
2012-06-15 20:21:09 +02:00
Micah Anderson
cd3abeab35
add experimental dsync handler, heavily based on maildir handler
2012-06-11 10:22:08 -04:00
Micah Anderson
1eabbe5de7
dont run lspci and modinfo when hwinfo==no
2012-06-11 10:07:53 -04:00
Micah Anderson
f8e69f738e
Merge branch 'master' of labs.riseup.net:backupninja
2012-06-11 10:02:34 -04:00
intrigeri
7af82be3ec
Make it clear what lockfile could not be acquired.
2012-06-11 15:55:24 +02:00
intrigeri
b05065625c
mysql: use --skip-events when backing up the performance_schema database ( Closes : #673572 )
2012-05-20 13:11:12 +02:00
intrigeri
d5a65fc0d6
Releasing backupninja 1.0-rc1.
2012-05-15 17:52:49 +02:00
intrigeri
7e6a79c3d2
Install handlers as pkgdata_DATA, instead of their .in files.
2012-05-15 17:52:49 +02:00
intrigeri
17be899a23
Have "make dist" ship the FAQ.
2012-05-15 17:10:24 +02:00
intrigeri
d464a9742d
Have "make dist" package handlers/*.in instead of make results.
2012-05-15 17:07:15 +02:00
intrigeri
e5d922e721
Updating ChangeLog.
2012-05-15 15:45:17 +02:00
Silvio Rhatto
5b319008da
Updating pipefail branch so it can merge with master ( #3892 )
2012-05-15 10:00:45 -03:00
intrigeri
7c66b699f5
Always use explicit sed's -e.
...
Hopefully this fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656968#31
and future incarnations of this class of bugs.
2012-05-14 16:30:02 +02:00
Silvio Rhatto
118d7587b6
Changing pipefail just when it's really needed
2012-05-12 21:48:43 -03:00
intrigeri
c522391404
Merge remote-tracking branch 'sarava/bug/3721'
2012-05-13 02:33:37 +02:00
intrigeri
38a0fc572a
Merge remote-tracking branch 'sarava/bug/3838'
2012-05-13 02:31:06 +02:00
intrigeri
64b4d1c9f6
Merge remote-tracking branch 'sarava/bug/3840'
2012-05-13 02:29:48 +02:00
intrigeri
c515d348f3
Merge remote-tracking branch 'sarava/feature/3891'
2012-05-13 02:18:29 +02:00
intrigeri
8e3981f444
Merge remote-tracking branch 'sarava/bug/3882'
2012-05-13 02:11:27 +02:00
Silvio Rhatto
b7a92b20f8
Fixing typos ( #3868 )
2012-05-10 21:26:38 -03:00
Silvio Rhatto
fbf25018be
Set/restore pipefail to not mess with other scripts ( #3892 )
2012-05-10 21:03:37 -03:00
Silvio Rhatto
c43bac5911
Ensure that a non-zero rsync exit status is caught by our handler ( #3892 )
2012-05-10 18:47:11 -03:00
Silvio Rhatto
f2f7e8cdb3
Merge branches 'master' and 'bug/3840' into bug/3840
2012-05-10 18:16:32 -03:00
Silvio Rhatto
461275fa4d
Documenting rotation parameters at example.rsync ( #3891 )
2012-05-10 17:59:24 -03:00
Silvio Rhatto
a99421620f
Removing lockfile from rsync example ( #3838 )
2012-05-10 17:34:15 -03:00
Silvio Rhatto
5af9b96371
Removing duplicated locking support ( #3838 )
2012-05-10 17:25:34 -03:00
Silvio Rhatto
f01c5c1e3e
Merge branches 'master' and 'bug/3838' into bug/3838
2012-05-10 17:23:34 -03:00
Silvio Rhatto
ba3e37595d
Changing a 'fatal' to a 'warning' on rsync handler.
...
Using 'warning' and 'return' instead of a fatal at rotate_long if
backuproot doesn't exist. Using a warning ensures that the backup
action can process the other includes and not just exit.
2012-05-10 17:00:58 -03:00
Silvio Rhatto
bf5ada0f03
Changing remaining 'exit' to 'fatal' at rsync handler ( #3721 )
2012-05-10 16:53:52 -03:00
Silvio Rhatto
3b709c9cfd
Merge branches 'master' and 'bug/3721' into bug/3721
2012-05-10 16:48:51 -03:00