Replies: 1 comment
-
Are you a aware of Regarding the symlinks:
refers to the SYMBOLIC LINK section which is very clear:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I very nearly made a terrible blunder, and I wanted to provide some insight on how this could be avoided.
First and foremost, I believe there should be a default logfile location. If I do not specify the creation of a logfile and do not pipe stdout anywhere, I immediately lose a ton of information as stdout rocketed past the ~1000 line buffer of my terminal. (I understand this is a bit lower line count than typical but it's the default for Yakuake and it hasn't been a problem before.)
Secondly, those logs would still not be very helpful to me had a mistake occurred, as even the verbose output does not specify whether a file has been created or modified. As far as I can tell the double-verbose output does not include this information either. It would be difficult enough to undo my hypothetical mistakes with access to this information, but lacking it makes that nearly impossible.
(Can you tell I made minor edits to this after realizing I had not committed a horrible error? Maybe I would have noticed sooner that I hadn't messed up if I had logs to examine.)
On a related note, I think the phrasing "The default handling of symlinks is to recreate each symlink's unchanged value on the receiving side." in the manpage is a bit... unhelpful. I'm not sure what phrasing would be better but I had to read that several times to realize "unchanged" actually meant unchanged relative path.
Beta Was this translation helpful? Give feedback.
All reactions