All you need to know about BTRFS

Butterfs or btrfs is a filesystem. First read the Arch Linux wiki for more background information.

You can choose Btrfs to be able to roll-back in time
to a system “where everything still worked”.

There are two ways I would suggest.

Either use timeshift  or snapper.
In any case you choose BTRFS as filesystem during Calamares.

TIMESHIFT

It is best to choose the following packages in the Calamares installer.

  • timeshift (core application)
  • timeshift-autosnap (create snapshot)
  • grub-btrfs (snapshots available in grub

 

 

After rebooting run Timeshift and use the wizard to set it up and create your first snapshot.

 

If you forgot to select the packages in Calamares then click to see what you have to do manually.

Manual configuration
sudo pacman -S timeshift timeshift-autosnap grub-btrfs

SNAPPER

It is best to choose the following packages in the Calamares installer. Doing so will allow Calamares to set the snapper settings automatically.

Read more about Snapper on the Arch Linux wiki.

  • snapper (core application)
  • btrfs-assistant (gui to restore)
  • grub-btrfs (snapshots in grub)
  • snap-pac (pacman hook – pre and post install)
  • snap-support (snapshots available in grub – extra help)

If you forgot to select the packages in Calamares then click to see what you have to do manually.

 

Manual configuration
sudo pacman -S snapper btrfs-assistant grub-btrfs snap-pac snapper-support
sudo snapper -c root create --description "initial snapshot"
sudo chmod a+rx /.snapshots
sudo chown :users /.snapshots

BTRFS PLAYLIST – ARCOLINUX VIDEOS

I will add the more interesting videos to this playlist as my study continues the coming months and years.

BTRFS PLAYLIST – 3th PARTY 

I will add the more interesting videos to this playlist as my study continues the coming months and years.

BTRFS PLAYLIST – PURE ARCH LINUX

These videos are focused on the Arch Linux iso and the Arch Linux way of installing an operating system.