frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Who is smarter than you that you listen to what they have to say?

7•SMAAART•10h ago•18 comments

OpenAI $500 ProMax plan listed in API

9•GustavHartz•5h ago•6 comments

Ask HN: I just talked to an AI-obsessed client, and I need a shower afterwards

27•platevoltage•1d ago•37 comments

Any nerds out there who've read a lot of research papers?

4•shriy-singh•18h ago•11 comments

Ask HN: Is it impossible to disable Siri on macOS 27?

152•semidror•4d ago•86 comments

Ask HN: Are .shop domains down?

4•esher•20h ago•6 comments

Ask HN: What job boards are good these days?

21•phendrenad2•1d ago•16 comments

Anyone using a Wispr Flow alternative that is non-cloud?

21•itsjeremiahs•2d ago•17 comments

Tell HN: Substack obfuscating text to break reading mode

16•xnx•2d ago•4 comments

Understanding Runtime Governance for Enterprise AI Deployment

4•thespotlessmind•1d ago•5 comments

AI startups with hyper ARR growth – what's happening inside these companies?

5•d675•1d ago•8 comments

When Claude CLI asks for feedback, responding authorizes conversation capture

24•mmaunder•4d ago•2 comments

I Built a Wine Atlas

5•keremiis•1d ago•5 comments

Ask HN: Do you offload your coding to AI, or keep your skills sharp?

13•Hex08•1d ago•19 comments

Ask HN: Why so many dead comments lately?

10•mattm•1d ago•10 comments

Ask HN: When is fine-tuning a small LLM worth it?

9•kooldeep7•2d ago•13 comments

Ask HN: Which harness do you use with Qwen3.8 27B? And why?

4•grigio•2d ago•10 comments

Ask HN: Declarative vs. Imperative

2•KenPainter•2d ago•5 comments

LinkedIn is a terrible quality website

23•skyfantom•1d ago•13 comments

ask HN:Are we locking ourselves in the Google ecosystem?

6•KinetiNode•23h ago•9 comments

Ask HN: How do GitHub Copilot and Anthropic Claude compare in cost?

3•erwindegroot•2d ago•7 comments

Ask HN: Dead Internet

16•basilikum•3d ago•13 comments

Ask HN: Why does it matter if no one reads your novel as long as the AIs do?

10•amichail•3d ago•28 comments

Ask HN: Which is cheaper: ChatGPT tokens or a 2nd Pro 20x subscription?

3•yesitcan•2d ago•4 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?