ovbackup and ovpurgejournals fail to find files to purge if backup/journal directories are symlinks
Bug #408994 reported by
Jon Tai
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenVista/GT.M Integration |
Fix Released
|
Medium
|
Unassigned |
Bug Description
ovbackup and ovpurgejournals use the "find" command internally to get a list of files to be purged. Currently, the first argument passed to find (the directory to look in) doesn't have a trailing slash on it. This works if the directory is a real directory, but fails if the directory is actually a symlink, because find interprets this to mean "search the symlink". Adding a trailing slash to the first argument forces find to interpret the argument as a directory in either case.
Related branches
Changed in openvista-gtm-integration: | |
importance: | Undecided → Medium |
status: | New → Fix Committed |
milestone: | none → 0.8.5 |
Changed in openvista-gtm-integration: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.