Hi, Rob Morin wrote on 2014-05-06 15:02:34 -0400 [Re: [BackupPC-users] Rename of directories error and?other?oddities...]: > To fix the issue I simply did the following... > > mv /usr/bin/rename /usr/bin/rename.orig > ln -s /bin/mv /usr/bin/rename
won't help. BackupPC doesn't use /usr/bin/rename, it uses the Perl rename() function named after the system call. Actually, /usr/bin/rename is a Perl script. I'm not sure about the syntax, but I vaguely remember it's intended for renaming several files, applying a Perl regexp substitution to the file names, so you've likely just got the syntax wrong (the manual page seems to agree with that assumption). What does the corresponding 'mv' command give you? I'd guess you've got some sort of permission problem, possibly SElinux-related. What file system type is your pool on? Regards, Holger ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
