ricardomv / snapper-gui

GUI for snapper, a tool for Linux filesystem snapshot management, works with btrfs, ext4 and thin-provisioned LVM volumes
GNU General Public License v2.0
222 stars 32 forks source link

Upcoming Fedora 33 #41

Open gbenselum opened 3 years ago

gbenselum commented 3 years ago

Since Fedora 33 is going to add BTRFS as defaults. Could you add the requirements to run in Fedora in Readme? I will be happy to test.

mmcnutt commented 3 years ago

Package names are identical to arch in this case it seems

kksudo commented 3 years ago

There's no one snapshot in gui. Fedora 33, snapper 0.8.9 image

rickysarraf commented 3 years ago

There's no one snapshot in gui. Fedora 33, snapper 0.8.9 image

I think you have run into permission issues with snapper. If so, please refer to the snapper man page on how to allow privileges for a normal user.

PERMISSIONS
       Non-root users can be allowed to use a configuration by setting ALLOW_USERS or ALLOW_GROUPS in the config file. For all operations to
       work, the user must also be able to read and access the .snapshots directory inside the subvolume. The .snapshots directory must be
       owned by root and must not be writable by anybody else.

       Here are some methods how to achieve that:

       •   Make the directory accessible for everyone:

           chmod a+rx .snapshots

       •   Make the directory accessible for a group the user belongs to, e.g.:

           chown :users .snapshots

       •   Make the directory accessible for the user using ACLs, e.g.:

           setfacl -m u:tux:rx .snapshots

       The last method can be performed by snapper, see the SYNC_ACL setting in snapper-configs(5).

Out here, for me, snapper-gui works perfect with a normal user.

image