linuxmint / timeshift

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
1.53k stars 75 forks source link

More flexible layout support #266

Open developer91234 opened 6 months ago

developer91234 commented 6 months ago

I have multiple root subvolumes for booting different distros and one home. so instead of @ and @home it's /arch/@, /debian/@ and /@home.

As long as everything, including snapshots is mounted in the right place it would make sense for timeshift to be agnostic about where exactly the subvolumes are stored and under what name.

nstiurca commented 3 months ago

+1 for supporting other layouts.

Also, it's entirely unclear to me why the subvolume names are even hardcoded.