How can I to recover the files on a given date

Hello I would like to know if there is a functions to recover all the files to a certain date.
Alternatively what is the best method to do this ?

If it is not a native feature, I was thinking of using a file system type zfs mounted via NFS to recover files at a certain date. But I think it must also restore mysql.

Best Regards

Currently, you can only select individual files when to recover them. Check out the bug tracker if there is a feature request: github.com/nextcloud/server/issues and create a new one if there isn’t.

So currently you must rely on third-party solutions, either ZFS/Btrfs/LVM snapshots, or other snapshot backups. You can then either restore the whole setup (including mysql). To restore a single user is a bit difficult (you can’t restore only the parts concerning one user).