]> git.llucax.com Git - software/bacap.git/log
software/bacap.git
14 years agoDon't provide any default options for ssh
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.

14 years agoLet rsync do the hard linking
Leandro Lucarella [Fri, 1 Oct 2010 23:09:30 +0000 (20:09 -0300)]
Let rsync do the hard linking

14 years agoAdd FORCE_SYNC option
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.

14 years agoMake pinging hosts configurable
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.

14 years agoFix doc typos
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>
14 years agoFix extra_flags usage
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>
14 years agoAdd example to view the differences between two backups
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>
14 years agoPrint the hosts we failed to backup
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>
14 years agoFix typos
Rodrigo Campos [Mon, 12 Jul 2010 16:26:13 +0000 (13:26 -0300)]
Fix typos

Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
14 years agoUse $HOSTNAME as the default name of the local host
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>
14 years agoSupport "--include-from" rsync option
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>
14 years agoAllow config options on a per host basis
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>
14 years agoInitial commit
Leandro Lucarella [Fri, 2 Jul 2010 00:10:50 +0000 (21:10 -0300)]
Initial commit