This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem with cp -pdRvu


Hi,

I used to update directories using

cp -pdRvu

which worked fine. But since the last update I made the -p option causes troubles. Some files are copied even if they are definitely not newer than the destination file. Example:

$ cp -pdRvu backups.txt test.txt
`backups.txt' -> `test.txt'
$ cp -pdRvu backups.txt test.txt
`backups.txt' -> `test.txt'


Any clue? It's on Win2k, NTFS file system.


regards,
hubert



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]