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
This is about a documentation inconvenience for a first-time user. The README and the examples lack to answer how tar and root options are related. The reader (me) can form at least three different explanations.
after backup, both root dir and tar file exists. Tar has the content of root dir.
after backup, only tar file exists, root option does not affect anything.
root dir is created and then tar file is created and root dir is removed.
Would this inconvenience be worth of an additional sentence into README or tar example? I understand the user can test the correct explanation with relatively small amount of work or will eventually find it out. However for a new-comer, I think it is a bit confusing.
I am happy to make a PR about this.
The text was updated successfully, but these errors were encountered:
This is about a documentation inconvenience for a first-time user. The README and the examples lack to answer how
tar
androot
options are related. The reader (me) can form at least three different explanations.Would this inconvenience be worth of an additional sentence into README or tar example? I understand the user can test the correct explanation with relatively small amount of work or will eventually find it out. However for a new-comer, I think it is a bit confusing.
I am happy to make a PR about this.
The text was updated successfully, but these errors were encountered: