Add a comment about optimized-storage
This commit is contained in:
parent
0a56696e9e
commit
b6248c63ba
1 changed files with 2 additions and 0 deletions
|
@ -3,5 +3,7 @@ set -euo pipefail
|
||||||
|
|
||||||
cd /var/backups/lxd
|
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
|
||||||
|
# it properly
|
||||||
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