Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q? Options for arx list verbose and STABLE_OUTPUT #54

Open
father-mande opened this issue Sep 6, 2024 · 1 comment
Open

Q? Options for arx list verbose and STABLE_OUTPUT #54

father-mande opened this issue Sep 6, 2024 · 1 comment

Comments

@father-mande
Copy link

Hi,
1 can you explain possible value (and result) for arx list ARCHIVE --stable-output STABLE_OUTPUT ... I have test somethings without success and I am to poor in rust to search in the code.

2 -v seems to do nothing for arx list
... I have try it to get more information on file and folder archived (I compare even incorrect at the v in tar tvf that add uid/gid access right size, cdate ...
I think is linked to index saved to don't need to access all files.

Philippe.

@mgautierfr
Copy link
Member

mgautierfr commented Sep 7, 2024

1 can you explain possible value (and result) for arx list ARCHIVE --stable-output STABLE_OUTPUT ... I have test somethings without success and I am to poor in rust to search in the code.

--stable-output is, as the name implies, an listing where the format is stable over time. This is mainly intended for scripting. It is currently used only by gnome file-roller, and only with in this fork which must be merged upstream.
The STABLE_OUTPUT value is some kind of versioning. Only version 1 exists. The purpose is to be able to modify the stable output while staying stable. If we need to change the output to add information or else, we would use the version 2, version 1 being unmodified.

2 -v seems to do nothing for arx list
... I have try it to get more information on file and folder archived (I compare even incorrect at the v in tar tvf that add uid/gid access right size, cdate ...
I think is linked to index saved to don't need to access all files.

Verbose option was initially used for "debug" output. I have moved this under the env var ARX_LOG but the verbose option stayed. We may indeed extend the listing output based on verbose option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants