**NethServer Version: 7 Module: Backup and Restore
Hi,
Please help me with Backup and Restore I’m explaining my scenerio -
Nethserver is running in production
One user has deleted his all the files on nextcloud and he is requestion us to restore backup of 7 days back but if i will restore 7 days back up then all other user’s data wil be lost .
So i’m thinking to restore backup on another server is this possible ? if yes how if not is their anyway i can solve this issue .
If you only need the data of a backup then it should be possible to get it back by simply restoring the nextcloud data of that account from a specific backup.
The nextcloud data directory is found at /var/lib/nethserver/nextcloud/[username]/files/
i’m asking for solutions coz this happened in my organization and i have to restore his data, please let me know if any solution or anyway i can restore his data.
What is m job or what is not my job please don’t suggest me.
Nextcloud only shows the files if they are in the database. If you just copy files to the nextcloud user files location, they don’t show in nextcloud, but they are there.
the command occ files:scan can be made user specific (just for 1 user) if you add --username:
occ files:scan --username
Especially with a lot of users this can be more convenient.