Age | Commit message (Collapse) | Author |
|
|
|
IdentityFile anymore.
|
|
Thanks to David Gasaway <dave@gasaway.org> for the patch!
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to David Gasaway <dave@gasaway.org> for the patch.
|
|
failedcount number, otherwise this will trigger the warning later
|
|
starting at 0
|
|
|
|
|
|
trouble, causing all subsequent backups never to fire.
|
|
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
|
|
Thanks to ulrich for the preliminary patch.
Closes Redmine#4049.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
(Closes: #673572)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hopefully this fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656968#31
and future incarnations of this class of bugs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|