Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access '/proc... #146

Closed
raciasolvo opened this issue Oct 12, 2016 · 1 comment
Closed

Cannot access '/proc... #146

raciasolvo opened this issue Oct 12, 2016 · 1 comment

Comments

@raciasolvo
Copy link

raciasolvo commented Oct 12, 2016

stable version, CentOS 7
Run:
./duplicity-backup.sh -f -c <....conf>
Have warning and errors:

Warning: Option --include-globbing-filelist is pending deprecation and will be removed in a future release.
--include-filelist and --exclude-filelist now accept globbing characters and should be used instead.
du: cannot access ‘/proc/7811/task/7811/fd/4’: No such file or directory
du: cannot access ‘/proc/7811/task/7811/fdinfo/4’: No such file or directory
du: cannot access ‘/proc/7811/fd/4’: No such file or directory
du: cannot access ‘/proc/7811/fdinfo/4’: No such file or directory

Backup created without errors.

@zertrin
Copy link
Owner

zertrin commented Oct 12, 2016

Hi, thanks for reporting.

The warning is being tracked in issue #136.

The /proc errors should have disappeared with the latest version of the script (v1.2+) (see 0f901f4).

However when using include-exclude-filelists, du can't calculate correctly, this is known and tracked in issue #101.

I'll close this issue as duplicate, feel free to reopen if you think your issues are not covered by the aforementioned bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants