[Borgbackup] No extended attributes from a backup sshfs mount

Thomas Waldmann tw at waldmann-edv.de
Mon Dec 4 11:39:50 EST 2023


>> Does it work if you use borg extract instead of copying from a borgfs
>> mount?
>>
> 
> Hi,
> 
> ZE problem is, I never used it, so I read the doc but it is missing
> extensive examples :/

Use borg list (and maybe grep) to get the precise filename/path you want 
to extract:

borg list myrepo::myarchive | grep passwd

Assuming it outputs this:

etc/passwd

Then you would do:

mkdir temp ; cd temp

borg extract myrepo::myarchive etc/passwd



More information about the Borgbackup mailing list