frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: What are your biggest problems and fixes with multisession engineering?

2•top_rooster•2h ago•0 comments

Is a One Person Company (OPC) just another type of Uber driver?

4•Bobby_Liu•5h ago•5 comments

Ask HN: AI for Home Lab Infra?

2•voakbasda•6h ago•2 comments

Ask HN: What do you use to host side projects?

2•ilmak1704•4h ago•9 comments

Ask HN: Do you run A/B Tests?

4•hackeryogi•12h ago•3 comments

AgentObs – a hook that blocks Claude Code before you hit your limit

2•klars-ai•12h ago•1 comments

Tell HN: PayPal blocks GrapheneOS

512•leumon•3d ago•324 comments

Ask HN: Is .org now Trump-controlled?

22•selfhoster1312•17h ago•5 comments

Ask HN: How to break Claude Code addiction?

16•isomorph•1d ago•23 comments

Ask HN: What's a Good Physical Printer?

10•xrd•2d ago•11 comments

Ask HN: Hugging Face is out. Who is hosting open models?

23•FireUpTheTorren•3d ago•17 comments

Ask HN: Alternatives to Fail2ban?

6•jech•2d ago•8 comments

Ask HN: Best way to archive 25 years of emails

5•astatine•1d ago•9 comments

Is "An agent with tools" the only valid LLM application?

5•gmarkwa•2d ago•5 comments

Ask HN: Why do we need MCP?

10•jwally•1d ago•17 comments

Ask HN: Those making $500/month on side projects in 2026 – Show and tell

79•kaladan•6d ago•104 comments

Ask HN: Why are onionv3 services not more popular?

6•smalltorch•2d ago•4 comments

Ask HN: Any true alternatives to electron JavaScript?

12•dhruv3006•2d ago•15 comments

Ask HN: Any blogs/personal notes from game devs who self-published a game?

6•ssenssei•2d ago•1 comments

Ask HN: What BOYK AI client are you using?

3•yeeyang•1d ago•0 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?