Hi All: I maintain the open-iscsi package. This package uses some "database" files to keep track of things. In the past these files went in /etc/iscsi. I have moved them to /var/lib/iscsi in Factory/openSUSE, but I have left them in /etc/iscsi for SUSE. For SLE, I would like to also move these files to /var/lib/iscsi, at least for the "next" versions of SLE (e.g. SLE-15-SP5). If a user upgrades open-iscsi, the database will move from /etc/iscsi to /var/lib/iscsi, but it doesn't move the old files! How can I ensure that the files get copied or moved from /etc/iscsi to /var/lib/iscsi when the install/upgrade happens? An example of breakage: a user has a "database" of a bunch of iSCSI targets they regularly use. They may have even customized the entries. Then they upgrade the open-iscsi package and now they've lost their existing database entries. So is there a way to copy/move a directory tree when upgrading? Thanks. -- Lee Duncan