Add an echo
This commit is contained in:
parent
06a5833e56
commit
d4f81fa689
1 changed files with 1 additions and 0 deletions
|
@ -5,5 +5,6 @@ cd /var/backups/lxd
|
||||||
for i in $(lxc list --format csv -c n); do
|
for i in $(lxc list --format csv -c n); do
|
||||||
# Don't use --optimized-storage as Borg will not be able to compress or chunk
|
# Don't use --optimized-storage as Borg will not be able to compress or chunk
|
||||||
# it properly
|
# it properly
|
||||||
|
echo "Backuping ${i}..."
|
||||||
lxc export $i ${i}.tar --instance-only --compression none
|
lxc export $i ${i}.tar --instance-only --compression none
|
||||||
done
|
done
|
||||||
|
|
Reference in a new issue