snapper-gui icon indicating copy to clipboard operation
snapper-gui copied to clipboard

Upcoming Fedora 33

Open gbenselum opened this issue 4 years ago • 3 comments

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.

gbenselum avatar Sep 20 '20 15:09 gbenselum

Package names are identical to arch in this case it seems

mmcnutt avatar Nov 09 '20 03:11 mmcnutt

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

kksudo avatar Jan 03 '21 19:01 kksudo

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

rickysarraf avatar Jan 04 '21 05:01 rickysarraf