Import the linux base role.

This commit is contained in:
Tom Alexander
2022-10-28 01:10:07 -04:00
parent a6409f4730
commit b2ea65faab
6 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
#
# Wrapper to set rsync flags for cloning a folder preserving attributes
set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
exec rsync -aHAXS "$@"