Sync after creating initial snapshots
This commit is contained in:
parent
783414ce40
commit
f30b56ed80
|
@ -23,3 +23,6 @@ for pair in (get-subvol-mounts)
|
|||
|
||||
sudo btrfs subvolume snapshot -r $mount $safepath
|
||||
end
|
||||
|
||||
echo "Syncing..."
|
||||
sync
|
||||
|
|
Loading…
Reference in New Issue