Re: [Dar-support] restore archive with EA
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
|
From: <mic...@ti...> - 2018-12-02 15:00:45
|
> [...] > > > > OK, I see. The warning is issued too soon, before dar tries to > > effectively restore an EA. I will see how to move for it shows only > > in that situation. Keep you informed. > > > > By the way, I guess (but will double check) that the problem also > > exists with 2.5.x > > > > Thanks for your feedback! > > things should now be fixed in both 2.5.x and 2.6.x > > you can grab the corresponding RC source codes on github and > sourceforge or as packages at: > > ftp://ftp.dm3c.org/dar.linux.free.fr/Interim_releases/dar-2.5.18.RC2.tar.gz > > ftp://ftp.dm3c.org/dar.linux.free.fr/Pre-releases/dar-2.6.0.RC11.tar.gz > > with associated signature beside them. Feel free to provide any > feedback about this enhancement (positive or negative) > > Best Regards, > Denis Hello Denis I tested with positive feedback. Now the archive (with EAs) is extracted correctly with a dar binary (I built the 2.6.0.RC11) without EAs support. Thank you, Michele --- details: dar -x OpenFOAM-2.1.x_20140910 -b -R /home/m/tmp/testdar/ -u "*" -------------------------------------------- 33524 inode(s) restored including 0 hard link(s) 0 inode(s) not restored (not saved in archive) 0 inode(s) not restored (overwriting policy decision) 0 inode(s) ignored (excluded by filters) 0 inode(s) failed to restore (filesystem error) 0 inode(s) deleted -------------------------------------------- Total number of inode(s) considered: 33524 FSA restored for 0 inode(s) -------------------------------------------- dar -t OpenFOAM-2.1. x_20140910 -------------------------------------------- 33524 item (s) treated 0 item(s) with error 0 item(s) ignored (excluded by filters) -------------------------------------------- Total number of items considered: 33524 -------------------------------------------- dar -V dar version 2.6.0.RC11, Copyright (C) 2002-2018 Denis Corbin Long options support : YES Using libdar 6.0.0 built with compilation time options: Libz compression (gzip) : YES Libbz2 compression (bzip2) : YES Liblzo2 compression (lzo) : YES Liblzma compression (xz) : YES Strong encryption (libgcrypt): YES Public key ciphers (gpgme) : YES Extended Attributes support : NO Large files support (> 2GB) : YES ext2fs NODUMP flag support : YES Integer size used : 64 bits Thread safe support : YES Furtive read mode support : YES Linux ext2/3/4 FSA support : YES Mac OS X HFS+ FSA support : NO Detected system/CPU endian : little Posix fadvise support : YES Large dir. speed optimi. : YES Timestamp read accuracy : 1 microsecond Timestamp write accuracy : 1 microsecond Restores dates of symlinks : YES Multiple threads (libthreads): NO Delta compression support : YES Remote repository support : NO compiled the Dec 2 2018 with GNUC version 7.3.1 20180323 [gcc-7-branch revision 258812] dar is part of the Disk ARchive suite (Release 2.6.0.RC11) dar comes with ABSOLUTELY NO WARRANTY; for details type `dar -W'. This is free software, and you are welcome to redistribute it under certain conditions; type `dar -L | more' for details. |