Open bshor opened 3 years ago
sudo
also didn't help? That's strange. Are you using it from docker
or installed it on host itself? Can you provide more info about installation and your server details?
I have this exact issue too. And when I do it with sudo it says:
Traceback (most recent call last):
File "/usr/sbin/dduper", line 17, in
Probably because it then has other Python session data?
@Alseenrodelap your issue seems like different from OP. I think your sudo environment doesn't have numpy
module. You can verify this with something like pip3 list | grep numpy
I installed dduper on my Ubuntu 21.04 system with a BTRFS file system called mounted as /data in /dev/sda1. I'm trying to play around with it on a single directory, but I keep getting permission denied errors.
dduper -p /dev/sda1 --dir /data/G --recurse --dry-run
Tells me ..
Adding sudo in front of dduper doesn't work either.
Any ideas?