Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
mkdir -p $CONFIG_PATH
-The create a directory for each host you want to backup there, the directory
+Then create a directory for each host you want to backup there, the directory
name should be the name of the host (as you would use to connect to it using
ssh_). For now let's say we will only backup ``localhost``::
plog "-----------------------------------------------------------------"
plog "Backup for host $host"
plog "-----------------------------------------------------------------"
- plog "Source: "$src
+ plog "Source: $src"
plog "Destination: $dst"
plog "Last: $current_dir"
plog