On Tue, Oct 27, 2009 at 9:28 AM, Dagobert Michelsen <[email protected]> wrote: > In addition to migrating single files is there the possibility to migrate > complete directories? Like > /opt/csw/var/postgresql/ to /var/opt/csw/posgresql/ ?
Yes, it is possible. For copying directories, tar is being used, to preserve the whole tree structure that's being copied. Files and directories can be specified the same way; you don't have to say which one is a file and which one is a directory. Maciej _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
