On Friday 11 January 2008 Philipp Marek wrote:
> But I'll look at commits with softroot - that should work, too.
Maybe softroot would work, too, if you told FSVS to commit this working copy 
instead of the root directory:

From your "run" script:
  cd /
  ...
  # Take care; this assumes that SNAP_MOUNT/../.. is the root directory
  FSVS_CONF=$SNAP_MOUNT/../../etc/fsvs \
    FSVS_WAA=$SNAP_MOUNT/../../var/spool/fsvs \
    fsvs commit -m "Automatic backup" -o softroot=$SNAP_MOUNT

How about giving $SNAP_MOUNT as parameter, so that FSVS does this? As the 
script currently looks FSVS gets no parameter, so it tries from the current 
directory upwards - but it's already in /, so there's just this working copy.

BTW, could you define some license for your run script? I'd like to write a 
short howto, and reference this script (and thread) from there.


Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to