Torsten Landschoff wrote:
 Steve, do you have any idea how to remove hidden
files as well? Currently we do mv /var/lib/ldap/* /var/backups/...

Not sure if this is the easiest way but

find /var/lib/ldap/* -mindepth 1 -exec mv \{\} /var/backups/<ldap-backup-dir> \;

Seems to work

This page seems to suggest that just using mv it will be pretty awful

https://www.redhat.com/archives/fedora-list/2004-July/msg05272.html

Cheers

Adam Clarke
Strategic Data Pty Ltd
www.strategicdata.com.au
[EMAIL PROTECTED]
[p] +61-3-9348-2013
[f] +61-3-9348-2015


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to