[Borgbackup] extract

Thomas Waldmann tw at waldmann-edv.de
Thu Oct 27 13:12:14 EDT 2022


> I wanted to retrieve a group of files, foo*, from a single directory.
> I finally got what I needed by using include and exclude patterns.
> This seems quite convoluted.
> Is there a simple way to do this?

borg mount repo::archive /mnt

and then just copy whatever you need from the mountpoint.

but be aware that the mounted FUSE filesystem does not support all 
metadata (e.g. does not support ACLs), but the basic stuff works.


More information about the Borgbackup mailing list