You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: