mathieugouin / rpiDvr

Using a Raspberry Pi micro-computer as a DVR to record free over the air HD channels.
https://mathieugouin.github.io/rpiDvr
GNU General Public License v3.0
9 stars 0 forks source link

btrfs rollback not working #13

Closed mathieugouin closed 7 years ago

mathieugouin commented 8 years ago

sudo btrfs-auto-snapshop rollback -d -n -v root/@xxxxx

Output is destination name already exist.

http://wiki.xbian.org/doku.php/snapshots

mathieugouin commented 7 years ago

Need to do manually:

MV current tmp
Mv snap current
Mv tmp snap_rollback

do_rename $(dirname $1)/@ $(dirname $1)/@$tmpd
do_rename $1 $(dirname $1)/@
do_rename $(dirname $1)/@$tmpd $1_rollback
mathieugouin commented 7 years ago

Tried recently and it worked. Cannot reproduce. Close.