sdf
This commit is contained in:
parent
7ce078c7a8
commit
cb002856d8
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
{# Header #}
|
||||
echo "-----------------------"
|
||||
echo "Source: {{ item.src }}"
|
||||
echo "Dest: {{ item.dest.split(':') | last }}"
|
||||
{# Mount check source #}
|
||||
if /usr/sbin/zfs get mounted -H {{ item.src }} 2>&1 > /dev/null ; then
|
||||
{# Mount check destination #}
|
||||
|
@ -25,3 +26,5 @@ fi
|
|||
# beispiel cmd hier rein
|
||||
|
||||
# --itemize-changes
|
||||
|
||||
# rsync: [generator] failed to set times on "/backup/pve5/tmp/.": Operation not permitted (1)
|
||||
|
|
Loading…
Reference in a new issue