Commit 23f5d07d authored by Marco Mariani's avatar Marco Mariani

slaprunner: don't backup sockets

parent 90005dd4
......@@ -68,7 +68,7 @@ mode = 0644
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/runner-export.sh.jinja2
download-only = true
md5sum = e8aee339d411226bc4145dc71b629582
md5sum = 0f290b46c0b89ff84aee5c10477e07ca
filename = runner-export.sh.jinja2
mode = 0644
......
......@@ -11,7 +11,7 @@ sync_element () {
do
cd $path;
if [ -f $element ] || [ -d $element ]; then
{{ rsync_binary }} -av --safe-links --delete $element $backup_path;
{{ rsync_binary }} -rlptgov --safe-links --delete $element $backup_path;
fi
done
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment