Error unable to determine volume group (VG) in macOS

To add to what @Pectojin said (thanks for saying it – I know little about macOS, but have been reading…), this surprisingly seems not supported by three third-party programs I looked at, despite an API and process for backup developers to apply to use it. Maybe it hurts too much? Meanwhile, I’ll discuss some alternatives.

Home > CrashPlan > Version 6 > Backup > Back up Microsoft Outlook data recommends export to a .olm file.

If you’re into C# code, I think Duplicati’s bug is steering you into a Linux path that as far as I know doesn’t fit:


which might have been fooled by below. macOS is Linux in some ways, but not Logical volume management.

and if you’re into macOS doings, I wonder if tmutil (maybe you can get a man page) could replace the Linux LVM commands that Duplicati is mistakenly trying to do. I did see many complaints about not having enough control over the snapshots though, especially around retention (kept too long, purged too soon, and so on). Scripting options might help implement, or maybe you could even edit the scripts you’ve been going through to actually work with macOS. If you come up with a solution or something closer than this, please let us know. There hasn’t been a whole lot of call for this that I’ve found, though I did find Any plans to support snapshots on the modern Filesystems (ZFS et. al)? which also got into this idea of building adaptations of current work.