Hello.
Let's say, that I registered /tmp/a in FSVS. Now I'd like to move /tmp/a
to /var/tmp/b.
What needs to be done for this?
Is it enough, if /etc/fsvs/$old_id/_base is changed to point to the
new target (/var/tmp/b) and if /etc/fsvs/$old_id is changed? $old_id
is the md5 of the path, isn't it? So, for /tmp/a, it would be
4a95409c024057266531d5bf11909beb and for /var/tmp/b, it would be
25ef7c0971d01e5c20fd0bb93e984fec.
In short: Are the following steps enough?
mv /etc/fsvs/4a95409c024057266531d5bf11909beb \
/etc/fsvs/25ef7c0971d01e5c20fd0bb93e984fec
rm /etc/fsvs/25ef7c0971d01e5c20fd0bb93e984fec/_base
ln -s /var/tmp/b /etc/fsvs/25ef7c0971d01e5c20fd0bb93e984fec/_base
Best regards,
Alexander Skwar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]