Backing-up Solely nextcloud/data Folder

If I backup solely the …/nextcloud/data folder on my Nextcloud server, have I completely protected myself against the loss of the current version of user data? If not, what have I missed?

If I lose my server, I don’t mind having to re-install Nextcloud. I don’t care about losing old file versions or trash cans. I don’t mind having to re-create my user accounts. The one thing I want to ensure is that every file a user saw 60 seconds before my server died can be restored.
TIA!

you have to run your backup script each 60 sec.
have a look at restic. https://restic.readthedocs.io/

and test your restore. than you’ll know. :wink: