frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Recommended GPU Repairshop in Europe (Germany)

30•DogRunner•2d ago•13 comments

Tell HN: My open-source project hit 5k registered users

5•darkhorse13•51m ago•1 comments

Anthropic bans orgs without warning

17•alpinisme•2h ago•5 comments

Ask HN: How to solve the cold start problem for a two-sided marketplace?

140•alegd•1d ago•160 comments

Ask HN: What skills are future proof in an AI driven job market?

26•sunny678•16h ago•52 comments

Ask HN: How did you land your first projects as a solo engineer/consultant?

294•modelcroissant•2d ago•141 comments

My file access workaround for cron in Tahoe

3•noduerme•10h ago•0 comments

Ask HN: Building a solo business is impossible?

70•fnoef•4d ago•92 comments

Getting back into photography, ditching the phone camera in 2026?

6•eigenhombre•22h ago•6 comments

Opus 4.7 vs. 4.6 after 3 days of real coding side by side from my actual session

12•agentseal•2d ago•6 comments

Ask HN: Is GitHub's #1 repo fake? build-your-own-x 491K stars

9•throwawaysoso•1d ago•2 comments

Warning: If you search "Claude Desktop" on Google, the 2nd ad result is a scam

6•diogenescynic•1d ago•3 comments

Ask HN: What makes a good Product Manager

8•chairhairair•2d ago•8 comments

Ask HN: May be a basic question, but how can I use AI well?

9•jdw64•2d ago•4 comments

Why don't we just ask AI to write assembler?

12•canterburry•3d ago•16 comments

Ask HN: How did you get your first users with zero audience?

18•arikusi•4d ago•20 comments

Ask HN: Anyone know of that "levels of AI programming" blog post?

7•tuvix•3d ago•7 comments

I built a real-time AR plane spotter, here's the math that makes it work

6•ananddhruv29•2d ago•4 comments

Ask HN: How do you maintain flow when vibe coding?

31•fny•5d ago•31 comments

Aliens.gov Resolves – To a WordPress "Site Not Found" Error

14•ascarola•4d ago•5 comments

Ask HN: Does magic link authentication use HTML canvassing?

5•trinsic2•3d ago•6 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•11mo ago
There seems to be no easy way to do this.

Comments

TowerTall•11mo 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•11mo ago
Can you exclude that folder but symlink the subfolder elsewhere and back that up instead?