fservida / gemino

gemino file duplicator
https://francescoservida.ch/gemino/
GNU General Public License v3.0
4 stars 0 forks source link

xattr to SMB #12

Open fservida opened 4 years ago

fservida commented 4 years ago

Trying to copy directories with xattr fails when directed to SMB mounts (and possibly filesystems not supporting xattr). shutil.copystat() tries to copy the xattr but errors out.

fservida commented 4 years ago

Temp fix in 487c5d5