this post was submitted on 18 Dec 2024
5 points (100.0% liked)

Selfhosted

45413 readers
321 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hi everyone,

I’ve noticed that when I create a file in the mounted directory, it gets uploaded twice. I came across this GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/427, which basically says this is the intended behavior.

Is there any way to avoid this? I’m concerned because this effectively doubles the cost of storing files.

Here’s what my /etc/fstab entry looks like:

s3fs#nextcloud101 /mnt/nextcloud101 fuse _netdev,passwd_file=/etc/passwd-s3fs,url=https://s3.eu-central-003.backblazeb2.com/ 0 0

For context, I’ll be using this with Nextcloud.

What’s the best way to deal with this?

Thanks in advance!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here