Restoring files from usb to home fails #637
Replies: 2 comments 2 replies
-
This should actually be just a warning. You seem to have some special file (e.g. device file or fifo) which cannot be created by the restore command. Maybe this is due to permissions. Did you try to restore using the root permissions?
This is open, see #302 |
Beta Was this translation helpful? Give feedback.
-
Now I do not have any error but restore does not work. I have tried deleting one file of my /home/user that I have backed up previously in my usb. Then I have tried these commands but they have not restored the file (that was previously backed up).
The output I get:
|
Beta Was this translation helpful? Give feedback.
-
I run this:
rustic -r /run/media/username/usb/data/bkp restore latest:/home/username .
This gives me constantly the error:
creating special file failed.
What I want is to restore the backup from my usb (/run/media/username/usb/data/bkp) to my /home/username in the computer (preferably not overwriting the files that are already in my /home/username).
And is there any documentation or videos for rustic?
Beta Was this translation helpful? Give feedback.
All reactions