-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 1.459, Running on Ubuntu Linux.
Periodic Backup Version 1.1
The jenkins log is filled with lines like the following (whenever it goes to do a backup):
[INFO] Building tar: ...
...
"[WARNING] Entry: jobs/.../.../.../... longer than 100 characters"
...
The backups appear to be completing still, but am not 100% sure if the tar files are corrupt or not.
Doing my own minor research indicates that adding the '-E' flag will allow for longer filenames, so perhaps this is something that should be added to the plugin?