I usually use rsync to backup the NextCloud data from the Ubuntu server, and I found that there is a folder, name is "appdata_ocgaf7v9eayk/ which consumes rsync to take a very long time to backup the files under this folder, can someone let me know if I can skip this folder for the rsync backup?
You can install the linux program ncdu to sort the folders by size. In the folders there are appdata e.g. image previews. You should definitely backup the folder. Where the backup of course depends on the restore concept in the end.
For a better understanding; the part: “oc[0-9a-z]{10}” after appdata_, is the ‘instanceid’ from your config/config.php. There normaly exists a directory updater-<instanceid> as well.
In this case, it is not a security-relevant value, but especially if you don’t know that, you should be a bit more cautious before posting such values world readable here.
The instanceid is used to identify your nextcloud instance and is used e.g. in cookies as well.