[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Moving files from Linux to Novell - Permissions problems
I've got an interesting problem:
We keep all copies of emails sent / received by our email server. I would
like to "mv" the email from our Linux box to a Novell server for long term
storage. (Novell server has the .dat drive and a WAY larger drive). When I
mv the files I'm getting the following error:
mv: preserving ownership for `/mnt/email_vault/vault-20010521-093251':
Operation not permitted
In this case I do not care about preserving permissions as only root can
read the emails on the Linux box and the admin can only see them on the
Novell box.
I've checked the man page and 'info man' don't give me any options to
ignore the errors. When I run it from the command line, the files *DO* move
to the Novell server, but when run as a cron job, nothing happens.
I had tried cp -f but it kept asking me to overwrite files even though
the -f option tells cp to force the write.
Any ideas / suggestions are greatly appreciated. I'm been tinkering with
this for a week to no avail.
Thanks in advanced...
Goose