Allow to set compression for lxd export

It would be very nice if we could specify lxd export compression algo like we can for publish.
This could allow us to use pigz for backup export.

with LXD 3.16 (Snap):

lxc config show
config:
  backups.compression_algorithm: pigz

Cheers…
Didn’t connect the backup.compression config directive with the export command