]>
git.llucax.com Git - software/bacap.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Leandro Lucarella [Fri, 1 Oct 2010 23:49:03 +0000 (20:49 -0300)]
Add a Tips section to the README
Move some tips that were randomly distributed in the file to the Tips
section and add a couple of new ones.
Leandro Lucarella [Fri, 1 Oct 2010 23:45:28 +0000 (20:45 -0300)]
Don't provide any default options for ssh
Asuming the user will have a fast and trusted network is not the better
default, it seems more reasonable to trust the user default options.
Leandro Lucarella [Fri, 1 Oct 2010 23:09:30 +0000 (20:09 -0300)]
Let rsync do the hard linking
Leandro Lucarella [Fri, 1 Oct 2010 23:06:59 +0000 (20:06 -0300)]
Add FORCE_SYNC option
FORCE_SYNC forces synchronization even when target directory already
exist. Is useful to synchronize a copy interrupted by an error for
example.
Martin Marrese [Thu, 26 Aug 2010 22:44:14 +0000 (19:44 -0300)]
Make pinging hosts configurable
Add a new configuration option to choose whether remote hosts should be
pinged to check if they are up or not. Disabling this option is useful if
your remote hosts don't reply to ICMP pings for security reasons.
Rodrigo Campos [Fri, 30 Jul 2010 02:31:39 +0000 (23:31 -0300)]
Fix doc typos
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Rodrigo Campos [Thu, 29 Jul 2010 18:40:35 +0000 (15:40 -0300)]
Fix extra_flags usage
We need to "clean" extra flags when we start to backup a new host to
make sure we use the correct options for the current host we are backing
up.
Also, we remove some unused variables that were replaced by
extra_flags.
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Rodrigo Campos [Mon, 12 Jul 2010 19:02:47 +0000 (16:02 -0300)]
Add example to view the differences between two backups
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Rodrigo Campos [Mon, 12 Jul 2010 16:26:14 +0000 (13:26 -0300)]
Print the hosts we failed to backup
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Rodrigo Campos [Mon, 12 Jul 2010 16:26:13 +0000 (13:26 -0300)]
Fix typos
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Rodrigo Campos [Mon, 12 Jul 2010 16:26:12 +0000 (13:26 -0300)]
Use $HOSTNAME as the default name of the local host
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Rodrigo Campos [Mon, 12 Jul 2010 16:26:11 +0000 (13:26 -0300)]
Support "--include-from" rsync option
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Rodrigo Campos [Mon, 12 Jul 2010 16:26:10 +0000 (13:26 -0300)]
Allow config options on a per host basis
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Leandro Lucarella [Fri, 2 Jul 2010 00:10:50 +0000 (21:10 -0300)]
Initial commit