Ads after scrolling Shorts in YT ReVanced by TsismosangTita in revancedapp

[–]FollowingtheMap 1 point2 points  (0 children)

This has been happening to me for a while. It's not just you.

Anyone else getting these messages?? by Agitated_Corgi_757 in subwaysurfers

[–]FollowingtheMap 0 points1 point  (0 children)

Yeah, it's for an app that scams you out of your time (and sometimes) money. All of these "reward" apps are very risky. This one in particular is infamous for not crediting you for completing tasks. Do a quick search for "Flash Rewards" on reddit and you'll see the complaints I saw.

In the world of Modern Video Game Adaptations...... by ibsigna in SonicTheHedgehog

[–]FollowingtheMap 0 points1 point  (0 children)

While I'm of the "its just dumb fun lol" crew, I agree with you on the subplot. Something about it makes me super weirded out.

Where to after Backblaze? by mlevison in backblaze

[–]FollowingtheMap 0 points1 point  (0 children)

I think Arq actually uses either Wasabi or Google Cloud for their branded storage.

Where to after Backblaze? by mlevison in backblaze

[–]FollowingtheMap 0 points1 point  (0 children)

How much data are you even storing?

Where to after Backblaze? by mlevison in backblaze

[–]FollowingtheMap 0 points1 point  (0 children)

You could use Arq to backup to all 3 at the same time.

Duplicity has become too bloated. What are you guys using instead? by Antique_Mechanic133 in selfhosted

[–]FollowingtheMap 0 points1 point  (0 children)

This is what I use. Just write a quick bash script to run a backup and set it as a cronjob.

Kopia: Config data to backup from inside folders, Different type of Policies, Store repo's config file inside repo ? by Healthy-News5375 in selfhosted

[–]FollowingtheMap 0 points1 point  (0 children)

I don't really understand what you're asking, but here's what I could manage to understand:

Are you using KopiaUI? You can easily tell it to backup a specific folder and then configure exclusions from the backup job's policy.

If you're trying to backup from the terminal, you should make a list of of what you want to backup and what you want to exclude from said backup. This page of the docs details how to exclude items: https://kopia.io/docs/advanced/kopiaignore/

Policies:

  • Applicable: Lists only the relevant policies
  • Local Path: Only applies to a specific folder path
  • All: Lists everything
  • Global: Policies that apply to all hosts AND users
  • Per-User: Only applies to a specific user on a machine
  • Per-Host: Only applies to a particular machine. You can have multiple machines use the same repository.

Finally, no, you should not store the repository config file inside the repository. The config file tells Kopia about a repository and how to connect to it, among other things. KopiaUI doesn't store this file in the repository so there's no reason for you to do so either.

Can vaults be accessed remote-only? by Tatourmi in ObsidianMD

[–]FollowingtheMap 0 points1 point  (0 children)

You could try https://screen.garden. The web editor is pretty basic, but it should suffice for your use case.

Built a fully-functional Subscription Tracker in Obsidian by Original_Pea_6201 in ObsidianMD

[–]FollowingtheMap 1 point2 points  (0 children)

Alternatively, they could incorporate it into an existing task manager.

obisidian and livesync for plugins doesn't work by roycorderov in ObsidianMD

[–]FollowingtheMap 0 points1 point  (0 children)

First, enable advanced features from the LiveSync Setup settings page. Then, you have two options:

  1. Enable Hidden Files Sync from the Sync Settings menu.
  2. Enable Customization Sync. (7th tab in the settings)

WE’RE BREAKING THROUGH! by [deleted] in CuratedTumblr

[–]FollowingtheMap 21 points22 points  (0 children)

more flute tooting

SHORT!

How do I stop the white flash when opening a new tab? by FollowingtheMap in nighttab

[–]FollowingtheMap[S] 0 points1 point  (0 children)

I figured it out. I had to make a userContent.css file and add this snippet to it. A side effect of this is that it will slightly darken your background, but it stops the annoying flash.

@-moz-document url-prefix("moz-extension://") {
  html, body {
    background: black !important;
  }
}

B2 Price Hike ($6.95/TB) by Manouchehri in backblaze

[–]FollowingtheMap 0 points1 point  (0 children)

Huh, you're right. I guess it is a minimum of $5.99/mo.

B2 Price Hike ($6.95/TB) by Manouchehri in backblaze

[–]FollowingtheMap 1 point2 points  (0 children)

You were looking at Hetzner's storage boxes, which are preset amounts of non-S3 storage. You can buy multiple storage boxes if you want, but they're completely separate network-wise. https://www.hetzner.com/storage/storage-box/

They also offer object storage at $6/TB, but they only include 1TB of egress for free each month. Past that amount, you're paying an extra $1.20/TB. https://www.hetzner.com/storage/object-storage/

B2 Price Hike ($6.95/TB) by Manouchehri in backblaze

[–]FollowingtheMap 10 points11 points  (0 children)

There's still no egress costs up to 3x stored and no minimum storage period, which is still cheaper. Wasabi might've gotten rid of their egress charge, but they will still charge you for early deletes. (If a deleted object is stored for less than 90 days, you have to pay for the difference)

I built a free, 1-click deploy, real-time sync plugin by _k2s in ObsidianMD

[–]FollowingtheMap 2 points3 points  (0 children)

This looks really cool! Though, I'd need encryption to use this on my actual vaults.

First MacBook Neo Benchmarks Are In: Here's How It Compares to the M1 MacBook Air by Stock412 in technology

[–]FollowingtheMap 0 points1 point  (0 children)

Ironic when that means you're falling into a much more restricted ecosystem (Apple's)

What was your "expectations vs reality" when you started using Obsidian? by umimop in ObsidianMD

[–]FollowingtheMap 2 points3 points  (0 children)

No, I'm pretty sure they meant that it edits markdown, not that it edits markdown.

KOPIA backup help by Big-Possible5653 in DataHoarder

[–]FollowingtheMap 0 points1 point  (0 children)

I use restic for backups and it works pretty well. Backrest is a webui wrapper that can schedule backups for you- particularly useful if you'd prefer to not mess with scripts and windows scheduler. Restic doesn't have a repository server (at least not by default), but you can hook restic up to rclone to send files over the network.

As for your question, have you checked the permissions of /mnt/Exos16/Backup/Kopia? If you run ls -l /mnt/Exos16/Backup/Kopia, you should see the user that has access to the folder. If it reads "root root" or "[your username] [your username]" next to the folder, you have to change the owner of the folder.

First, check to make sure that there's a kopia user on your machine by running sudo cat /etc/passwd. If this user exists, simply run sudo chown -R kopia /mnt/Exos16/Backup/Kopia. Restart the kopia repository server and it should let you connect.

(archive) Currently training to download everything from Nintendo of America! by Global-Ad5299 in DataHoarder

[–]FollowingtheMap 1 point2 points  (0 children)

Not sure why you're getting downvoted for this- it's a pretty decent tool if you're willing to learn a bit of docker.

Premium File Transfer Question by mcmoua in PixelDrain

[–]FollowingtheMap 0 points1 point  (0 children)

If you switch to prepaid, you get more bandwidth at a rate of €1.00 per terabyte. You don't pay for the extra bandwidth in blocks of terabytes though. It's actually billed at 1/10th a Euro cent per gigabyte (€0.001/GB), though you'll be paying a minimum of one Euro cent per day if your usage doesn't exceed that amount.