# This config should fail because we are defining two
# subvols with the same name.

yabsm_dir=/.snapshots/yabsm

subvol foo {
    mountpoint=/
}

subvol foo {
    mountpoint=/home
}

snap foo_snap {
    subvol=foo
    timeframes=5minute
    5minute_keep=36
}