frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tell HN: YouTube RSS feeds no longer work

28•019•13h ago•13 comments

Recommended GPU Repairshop in Europe (Germany)

38•DogRunner•4d ago•15 comments

Hey, it's Earth Day today

19•burnt-resistor•23h ago•11 comments

Ask HN: Would you take a job programming VMS?

8•smackeyacky•10h ago•12 comments

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

145•alegd•3d ago•163 comments

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

300•modelcroissant•4d ago•144 comments

Ask HN: What's your favorite Emacs package?

3•blenderob•6h ago•3 comments

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

32•sunny678•2d ago•75 comments

Ask HN: How are you handling data retention across your stack?

2•preston-kwei•23h ago•3 comments

Need advice: Back end engineer → infrastructure: how do you make the transition?

6•gokuljs•1d ago•4 comments

Ask HN: Are cloud coding agents useful in real workflows yet?

3•Rperry2174•1d ago•3 comments

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

14•darkhorse13•1d ago•6 comments

Anthropic bans orgs without warning

32•alpinisme•2d ago•15 comments

OpenClaw stats don't add up

10•iliaov•1d ago•8 comments

Ask HN: What Would Make Stack Overflow Great Again?

10•nnurmanov•1d ago•22 comments

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

14•agentseal•4d ago•6 comments

Ask HN: Are there any engineering orgs that use incentives?

3•jppope•1d ago•7 comments

Ask Anthropic: Requesting clarity on Claude -p situation

5•andai•2d ago•0 comments

My file access workaround for cron in Tahoe

4•noduerme•2d ago•0 comments

GPT 5.5 Released in Codex

15•zuzululu•1d ago•3 comments

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

7•eigenhombre•2d 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?