restore
: folder permission are always 755, folder owner is the restore
user
#1108
Labels
C-question
Category: Further information is requested
Assume a source with one file, created by an unprivileged user. By running
I noticed the following:
If I launch
init
,backup
andrestore
as root (on the same source created by the unprivileged user):/Desktop/Restore/home/jack/Source" is owned by root (not "/Desktop/Restore/home" or "~/Desktop/Restore/home/jack"), while the real "Source" and is owned by the unprivileged userIf I run
init
andbackup
as unprivileged user, butrestore
as root:If I run
init
andbackup
as root, butrestore
as unprivileged user, everything is fine (except the first 0755 issue)If I delete "/home/jack/Desktop/Source" and restore the snapshot to "/" to have the original source back:
For the last issue, are we supposed to restore to a temporary directory, and then move the extracted files to their original location?
The text was updated successfully, but these errors were encountered: