Hi. I’m new to rest so I wanted some clarification on some things. I use BTRFS and I’m really happy with it. The strong point obviously are the snapshots and for this reason I have enabled a snapper policy where they are saved in a .snaphot
folder every day in my home folder which are in turn sent to another hdd (formatted with btrfs) with a further backup copy via btrfs send
. Since these snapshots are atomic copies, I would like to perform backups from these folders instead of from the /home
folder. For this reason I ask you the following question: is restic intelligent enough to understand that all those snapshots are “incremental copies” of the init backup? And if so, how can I make incremental backups of all those snapshots (as can easily be done with rsync for example)?
PS. I mainly use backrest