Re: Long file pathnames created by system

From: Bob Stockler (bob_at_trebor.iglou.com)
Date: 07/29/04


Date: 29 Jul 2004 13:39:55 -0400

On Thu, Jul 29, 2004 at 09:59:26AM -0700, Bob Meyers wrote:
| I am starting to see "maximum pathname length exceeded", during backups, on
| a number of completely unrelated SCO OS5 systems. They all have the
| directory tree "/usr/lib/custom/customDBCache/" in cmmon. Is anyone else
| seeing this? What's weird is none of these systems have had any system or
| software changes in years, so it must be something the OS is doing.

You don't say what you're using to backup, but tar sends
an error message and will not back up files that are
greater than 17 levels of nesting.

  cd / ; find . -name "*" -o -name ".*" |
  awk -F / '{ x = split($0,y) ; if ( x > 17 ) print x, $0 }'

You might try the above command to see any that might come
into the "too deep" category.

Bob

-- 
Bob Stockler - bob@trebor.iglou.com
Author: MENU EDIT II - The BEST Creator/Editor/Manager for filePro User Menus.
Fully functional (time-limited) demos available by email request (specify OS).


Relevant Pages

  • Long file pathnames created by system
    ... I am starting to see "maximum pathname length exceeded", during backups, on ... a number of completely unrelated SCO OS5 systems. ... software changes in years, so it must be something the OS is doing. ...
    (comp.unix.sco.misc)
  • Re: [opensuse] rsync questions - backups - again !
    ... Bob S wrote: ... I am thinking hard drive failure as well as file corruption backups. ... I have written a comprehensive script to do just this. ... You may need to modify the script slightly to adjust for number of partitions and such - the script is fairly well documented and readable. ...
    (SuSE)
  • Re: Cron issue
    ... >Bob Bailin wrote: ... >> from said backups. ... Tar and cpio are NOT good backups. ...
    (comp.unix.sco.misc)
  • Re: backup OS vs restore
    ... bob m wrote: ... > Using periodic backups of the entire OS ... System Restore is not a backup, it is used to set restore points when ... installing software or updates in case the install fails or the results are ...
    (microsoft.public.windowsxp.general)
  • Re: What network ready HDs work with x64?
    ... Bob I wrote: ... Jim Sinclair wrote: ... each unit for managing shares, backups, etc. ...
    (microsoft.public.windowsxp.hardware)