You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have GitHub isses to track both bugs and enhancements. I see no real value in having these tracked in files.
The other issue about sparse files will require some work and it may not be easy to fix.
This enhancement should be easy to implement. The archive format would not be imcompatible, it would just introduce new attributes in the dictionaries that old versions would ignore. So basically it takes one piece of code to capture the attributes at save time and once piece of code to restore these are restore time.
How can get backup with keep all flag files; for example
Immutable
,Append_Only
,...I tested, but
fsarchiver
doesn't backup from flags files.See my testing:
I create an immutable file: (
chattr +ia /a/immutable_file
) and can seeia
flag.Now I backup partition:
Now restore it:
Now you can see remove flags(
-ia-
) file afterlsattr
command:The text was updated successfully, but these errors were encountered: