JTok / unraid.vmbackup

a plugin for backing up VMs in unRAID including vdisks and configuration files.
51 stars 4 forks source link

Vdisk Extensions renamed to .snap and then backups start failing. #33

Open dllz opened 2 years ago

dllz commented 2 years ago

I have snapshots enabled, I am using unassigned devices so my path is /mnt/disks/Samsung_SSD_980_PRO_1TB_S5GXNF0R510879A/drives//vdisk1

I have snapshots enables as these servers are always on.

When I started using this great tool all my vdisks ended with .img but over time they now all have .snap at the end. This causing the backup script to fail once this rename happens.

With this logged below. 2022-04-18 23:00:01 failure: extension for /mnt/disks/Samsung_SSD_980_PRO_1TB_S5GXNF0R510879A/drives/redisserver/Redis/vdisk1.snap on Redis is the same as the snapshot extension snap. disk will always be skipped. this usually means that the disk path in the config was not changed from /mnt/user. if disk path is correct, then try changing snapshot_extension or vdisk extension. 2022-04-18 23:00:01 information: extension for /mnt/disks/Samsung_SSD_980_PRO_1TB_S5GXNF0R510879A/drives/redisserver/Redis/vdisk1.snap on Redis was found in vdisks_extensions_to_skip. skipping disk.

I havent done a "restore" of these backups and i have no idea what is renaming my extensions from .img to .snap

Any assistance would be appreciated.