nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
# nix-collect-garbage
|
|
|
|
|
|
|
|
> Löschen von unbenutzten und unerreichbaren Nix-Speicherpfaden.
|
|
|
|
> Generationen können mit `nix-env --list-generations` aufgelistet werden.
|
2023-11-19 21:07:13 +00:00
|
|
|
> Weitere Informationen: <https://nixos.org/manual/nix/stable/command-ref/nix-collect-garbage.html>.
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Lösche alle Speicherpfade, die von den aktuellen Generationen der einzelnen Profile nicht verwendet werden:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`sudo nix-collect-garbage --delete-old`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Simuliere die Löschung alter Speicherpfade:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`sudo nix-collect-garbage --delete-old --dry-run`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Lösche alle Speicherpfade, die älter als 30 Tage sind:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`sudo nix-collect-garbage --delete-older-than 30d`
|