Trying to implement a backup container for all Containers across all drives

Trying to use the following command to backup my containers to a mount backup drive.

sshfs -p 222 XY2345@82.133.20.8:/var/lib/incus/storage-pools/default/containers /mnt/Q1

But I login wont have the right permissions. I am wondering if there is a better way to remotely copy these files receiving server.

ls -l /var/lib/incus/storage-pools/default/containers/WP-VIRGIN/rootfs/var
total 40
drwxr-xr-x 2 1000000 1000000 4096 Oct 11 02:25 backups
drwxr-xr-x 5 1000000 1000000 4096 Jan 1 2024 cache
drwxr-xr-x 18 1000000 1000000 4096 Jan 1 2024 lib
drwxrwsr-x 2 1000000 1000050 4096 Apr 24 2018 local
drwxrwxrwt 2 1000000 1000000 4096 Sep 6 2021 lock
drwxrwxr-x 4 1000000 1000106 4096 Oct 11 02:25 log
drwxrwsr-x 2 1000000 1000008 4096 Jan 1 2024 mail
drwxr-xr-x 2 1000000 1000000 4096 Jan 1 2024 opt
lrwxrwxrwx 1 1000000 1000000 4 Jan 1 2024 run → /run
drwxr-xr-x 4 1000000 1000000 4096 Jan 1 2024 spool
drwxrwxrwt 3 1000000 1000000 4096 Sep 7 16:43 tmp

Any ideas?

Use incus file mount and rsync?

Not familiar with incus file mount, would it be something like this :
incus file mount RRTEAMS:TEST1Container/var/www/html /mnt/RRTEAMSREMOTE -v