Patrik Dufresne
Patrik Dufresne
Since the way to install openshift is to go with ansible playbook. I would add extra validation in ansible to make sure the provided DNS domain is behaving as you...
Not exists "/proc/219292/root/tmp/minarca-jail-ku6ln2cg/opt/rdiff-backup-2.0/libpython3.7m.so.1.0" Exists "/proc/282195/root/opt/rdiff-backup-2.0/libpython3.7m.so.1.0" "/tmp/minarca-jail-ku6ln2cg" the the root of the container Looking at /proc/: exe is a symlink to the executable. exe -> /tmp/minarca-jail-g5905ukq/opt/rdiff-backup-2.0/rdiff-backup root is also a symlink...
@Jongy Is the information provided help you write a fix ?
``` # ls -ld /proc/982626/cwd/ drwx------ 10 minarca minarca 10 Mar 6 07:40 /proc/982626/cwd/ # ls -ld /proc/982626/root/ drwx------ 10 minarca minarca 10 Mar 6 07:40 /proc/982626/root/ # ls -ld...
Ho, I forgot about this issue. Will try to test this week
Sorry for the long delay, this issue slip my mind and I only need py-spy once in a while. Thans changes you made seams accurate with my analysis too and...
Hello @danci1973 Did you give a try to `--exclude-other-filesystems` According to the man page: ``` Exclude files on file systems (identified by device number) other than the file system the...
Could we agree this is only For Linux and MAC. Windows could not be supported because psutil will return the fstype of the "C" or "D" drive. Since we already...
> Well, we can agree, but Windows also knows the concept of mount points, if not as common as under Linux. See https://learn.microsoft.com/en-us/windows-server/storage/disk-management/assign-a-mount-point-folder-path-to-a-drive Thanks for the reference, I will give...
@Venryx Strange windows problem. Thanks for reporting that problem. I usually exclude the RECYCLE.BIN folder when I setup rdiff-backup. So I never faced something similar.