frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: RedHat for Personal Use

3•bozdemir•1h ago•3 comments

Tell HN: An app is silently installing itself on my iPhone every day

547•_-x-_•1d ago•183 comments

Tell HN: Ebay.com Is Down

4•NKosmatos•1h ago•1 comments

Ask HN: Is Ubuntu 26.04 LTS Consider GNU/Linux?

3•xlmnxp•2h ago•1 comments

Tell HN: Claude 4.7 is ignoring stop hooks

95•LatencyKills•2d ago•86 comments

Ask HN: Anyone want to collaborate on a local-first AI-based research assistant

4•venkatram-s•12h ago•5 comments

Ask HN: Do you read differently now that anything could be AI generated?

18•dwa3592•1d ago•24 comments

Ask HN: How I find a job where what is needed is solid code, not firefighting?

18•speeder•19h ago•9 comments

Tell HN: Medvi (telehealth) hardcodes 999 patient emails in public JavaScript

14•g48ywsJk6w48•1d ago•16 comments

Ask HN: Is anyone working on Gov Digital IDs or have implementation docs / FOSS

7•lifeisstillgood•1d ago•2 comments

Ask HN: How did the industry settle on weekly limits?

10•saratogacx•1d ago•8 comments

Ask HN: Which is Better–Android or iOS?

9•wasimsk•16h ago•8 comments

Batteries Included CLI Framework

9•maxalbarello•1d ago•7 comments

Ask HN: What file sharing apps do you guys use?

9•samarthv•1d ago•10 comments

Ask HN: Anyone managed to get Google trends API?

13•visox•1d ago•1 comments

Ask HN: How do solo devs protect their work in the age of vibe coding?

33•langs•3d ago•16 comments

Ask HN: Oh, What Places to Go (Seriously Tho)

11•thx•1d ago•6 comments

Ask HN: Is Zuckerberg just a „one-hit-wonder"?

22•fandorin•1d ago•27 comments

Ask HN: MicroVM setup for VS Code Dev Container-like experience?

10•Erndob•2d ago•2 comments

Tell HN: Anthropic won't reset usage limits for those who downgraded

17•vintagedave•2d ago•0 comments

Tell HN: YouTube RSS feeds no longer work

48•019•4d ago•14 comments

Ask HN: Do you waste AI assisted time looking for answers?

8•Haeuserschlucht•1d ago•2 comments

Ask HN: Scaling a targeted web crawler beyond 500M pages/day

27•honungsburk•2d ago•10 comments

GPT-5.5 – No ARC-AGI-3 scores

25•AG25•3d ago•3 comments

Ask HN: Cyberdecks are cool but do they serve a purpose?

10•hamiecod•1d ago•2 comments

Ask HN: What to Expect in 2030s?

13•alexander2002•21h ago•12 comments

Anthropic bans orgs without warning

46•alpinisme•5d ago•20 comments

Hey, it's Earth Day today

30•burnt-resistor•4d ago•18 comments

Ask HN: Chrome, Brave, Firefox or Something Else?

22•wasimsk•3d ago•20 comments

Tell HN: Codex macOS app switches to Fast speed after update without asking

22•mfi•3d ago•1 comments
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?