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

mergerfs.dup doesn't respect branch type NC #117

Open
magma1447 opened this issue May 5, 2021 · 1 comment
Open

mergerfs.dup doesn't respect branch type NC #117

magma1447 opened this issue May 5, 2021 · 1 comment

Comments

@magma1447
Copy link

I am trying to migrate files away from one of the sources behind a mergerfs. The current branches setup looks like this.
/mnt/md0=NC:/mnt/md1=RW:/mnt/md2=RW:/mnt/md3=RW

I have a cronjob that looks like this:
/usr/local/bin/mergerfs.dup --count=2 --prune --execute /data/foo

This cronjob keeps duplicating files from /data/foo into my md0. That can't be intentional?

@trapexit
Copy link
Owner

trapexit commented May 5, 2021

It's "intentional" in that the tool does not consider any settings of the pool (outside the branch list that is). It was written before those options even existed if I remember correctly.

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

No branches or pull requests

2 participants