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

'include' should skip emacs recovery files #12

Closed
ewxrjk opened this issue Jun 21, 2014 · 0 comments
Closed

'include' should skip emacs recovery files #12

ewxrjk opened this issue Jun 21, 2014 · 0 comments
Labels
bug
Milestone

Comments

@ewxrjk
Copy link
Owner

@ewxrjk ewxrjk commented Jun 21, 2014

$ really strace -etrace=open rsbackup --dry-run --backup
open("/etc/ld.so.cache", O_RDONLY)      = 3
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY) = 3
open("/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY) = 3
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
open("/etc/rsbackup/config", O_RDONLY)  = 3
open("/etc/rsbackup/local", O_RDONLY)   = 4
open("/etc/rsbackup/hosts.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
open("/etc/rsbackup/hosts.d/#lyonesse#", O_RDONLY) = 4
open("/etc/rsbackup/hosts.d/araminta", O_RDONLY) = 4
open("/etc/rsbackup/hosts.d/ascolais", O_RDONLY) = 4
open("/etc/rsbackup/hosts.d/deodand", O_RDONLY) = 4
open("/etc/rsbackup/hosts.d/heceptor", O_RDONLY) = 4
open("/etc/rsbackup/hosts.d/iset", O_RDONLY) = 4
open("/etc/rsbackup/hosts.d/kakajou", O_RDONLY) = 4
open("/etc/rsbackup/hosts.d/lyonesse", O_RDONLY) = 4
ERROR: /etc/rsbackup/hosts.d/lyonesse:1: duplicate host

Files with a "#" at the start of the name should be skipped.

@ewxrjk ewxrjk added the bug label Jun 21, 2014
@ewxrjk ewxrjk added this to the 1.1 milestone Jun 21, 2014
@ewxrjk ewxrjk changed the title Should skip emacs recovery files 'include' should skip emacs recovery files Jun 21, 2014
@ewxrjk ewxrjk closed this in 8eb76be Jun 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant