I’ve performed several replications. I’ve encountered some errors due to network outages, which I resolved by deleting the latest snapshot. The problem is that now I’m constantly getting an error that I don’t know how to fix.
[29/Apr/2026 18:18:06] ERROR [smart_manager.replication.sender:79] Id: a8c07302-2bf56a42-561e-4a2a-b3d9-f082fdd25df1-5. b'Snapshot(/mnt2/rockstor-datos.snapshots/bbg-duplicati/bbg-duplicati_5_replication_56) does not exist on the system. So cannot use it.'. Exception: b'Snapshot(/mnt2/rockstor-datos.snapshots/bbg-duplicati/bbg-duplicati_5_replication_56) does not exist on the system. So cannot use it.'
But when I look at the snapshots, I see that the bbg-duplicati_5_replication_56 snapshot is there.
# ls -la /mnt2/rockstor-datos/.snapshots/bbg-duplicati/
total 0
drwxr-xr-x 1 root root 186 Apr 29 18:18 .
drwxr-xr-x 1 root root 638 Mar 30 20:20 ..
drwxr-x--- 1 bbgVolcado bbgVolcado 30 Apr 14 23:18 bbg-duplicati_5_replication_56
drwxr-x--- 1 bbgVolcado bbgVolcado 30 Apr 14 23:18 bbg-duplicati_5_replication_58
drwxr-x--- 1 bbgVolcado bbgVolcado 30 Apr 14 23:18 bbg-duplicati_5_replication_63
# btrfs-list --show-id --show-parent /mnt2/rockstor-datos
WARNING: to get refer/excl size information, please enable qgroups (btrfs quota enable /mnt2/rockstor-datos)
NAME ID PARENT TYPE EXCL MOUNTPOINT
rockstor-datos - - fs 4.43T (raid1, 8.30T/12.73T free, 65.15%)
[main] 5 - mainvol - /mnt2/rockstor-datos
bbg-duplicati 827 5 subvol - /mnt2/bbg-duplicati
.snapshots/bbg-duplicati/bbg-duplicati_5_replication_56 1516 5 rosnap -
.snapshots/bbg-duplicati/bbg-duplicati_5_replication_58 1541 5 rosnap -
.snapshots/bbg-duplicati/bbg-duplicati_5_replication_63 1556 5 rosnap -
I can’t find anything related to the error in journalctl.
What can I do to get the replications working again?
Thank you