frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: What are agent sandboxes missing?

4•oryx1729•1h ago•1 comments

Nginx Vulnerabilities

2•finbot•1h ago•1 comments

Ask HN: Another "Hacker News" with less AI and more human-focused hacking news?

62•weird_trousers•1h ago•43 comments

Ask HN: Where are the good search engines for mathematical formulas?

55•lo0dot0•4d ago•15 comments

Ask HN: Is GitHub preparing to go behind a login wall?

51•reconnecting•1d ago•36 comments

Tell HN: Who wants to be hired" posts outpace "Who's hiring" 2 to 1

53•santiagobasulto•1d ago•33 comments

Ask HN: Does Apple not care about fake apps in the App Store?

5•pentacent_hq•7h ago•4 comments

Ask HN: Best Podcasts of 2026 [So Far]

16•AbstractH24•16h ago•17 comments

Ask HN: Is anyone experimenting with different ways of using LLMs for coding?

203•yehiaabdelm•5d ago•202 comments

What if users start cloning SaaS using AI

5•mzubairtahir•16h ago•20 comments

Ask HN: Are systems ready for the first negative leap second?

10•Asmod4n•2d ago•11 comments

Ask HN: How do you keep documentation up to date with AI generated code?

5•ghosts_•19h ago•9 comments

I coded a shoot 'em up alone at 18 after learning Lua in a single week

9•DamixLord•21h ago•4 comments

Tell HN: I managed to unsubscribe from Adobe CC without being charged

25•frereubu•2d ago•3 comments

Ask HN: Who is hiring? (July 2026)

246•whoishiring•1w ago•380 comments

Ask HN: What is your AI harness that lets you switch LLM models easily?

8•hbarka•1d ago•8 comments

Tell HN: Fable is now credits only

9•teruakohatu•1d ago•9 comments

Ask HN: Please give us an option to hide our username in the upper right corner

5•swingandamiss•19h ago•18 comments

Ask HN: Who wants to be hired? (July 2026)

151•whoishiring•1w ago•515 comments

Ask HN: Do you have more or less than 1Mb text of your own writing?

4•cwmoore•21h ago•23 comments

Ask HN: How do I setup SSO and SLO on my two WP websites with separate databases

2•anitroves•1d ago•0 comments

Tell HN: Fable 5 promotion extended through July 12, 2026 at 11:59:59 PM PT

15•theanonymousone•1d ago•6 comments

Claude has the worst pricing – but people want it

10•amukbils•2d ago•21 comments

Ask HN: Since when does Craigslist's front page have emojis?

39•argee•1w ago•33 comments

Ask HN: Are LLMs slowly making companies dysfunctional?

6•haute_cuisine•1d ago•3 comments

Ask HN: Make good open-source products, but how to get user?

5•Loerei•1d ago•8 comments

Ask HN: What cool stuff have you all been using Fable 5 for?

12•Tsarp•2d ago•14 comments

Ask HN: What are alternative to Upwork for side gig?

6•user7878•1d ago•3 comments

You've reached the end!

Open in hackernews

Ask HN: Can you exclude ~/Library except for your iCloud Drive in macOS backups?

2•amichail•1y ago
There seems to be no easy way to do this.

Comments

TowerTall•1y ago
No, if you exclude a folder its children will also be excluded. You could Exclude everything else in ~/Library but that means that you have to maintain a long list of exclusions; any new folder you or macOS adds later will start getting backed up until you exclude it.

You can also mark sub‑folders with the "do not backup" xattr

xattr -w com.apple.metadata:com_apple_backup_excludeItem com.apple.backupd ~/Library/Caches (Time Machine picks this up automatically).

or you can switch to Carbon Copy Cloner. It allows you to build positive include rules

solardev•1y ago
Can you exclude that folder but symlink the subfolder elsewhere and back that up instead?