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
when I use aff4.py from the master-branch (commit 94a3583) and specify --append no filesystem metadata is recorded inside the resulting container.
Here are the following steps to reproduce the issue:
echo"a"> a
echo"b"> b
python3 pyaff4/aff4.py --create-logical --paranoid --hash test.aff4 ./a
python3 pyaff4/aff4.py --create-logical --append --paranoid --hash test.aff4 ./b
When running --meta aftwards only FS metadata for a is displayed:
Dear pyaff4-maintainers,
when I use
aff4.py
from the master-branch (commit 94a3583) and specify--append
no filesystem metadata is recorded inside the resulting container.Here are the following steps to reproduce the issue:
When running
--meta
aftwards only FS metadata fora
is displayed:Can you confirm that this is a bug?
If it is intended behaviour, how can I save FS metadata while using
--append
?Thanks already in advance for a short reply and thank you for your work on
pyaff4
.Best regards,
jgru
The text was updated successfully, but these errors were encountered: