Skip to content

Instantly share code, notes, and snippets.

@mdukat
Created December 2, 2021 12:17
Show Gist options
  • Save mdukat/a9aee396dbdad518461c5070833a13bf to your computer and use it in GitHub Desktop.
Save mdukat/a9aee396dbdad518461c5070833a13bf to your computer and use it in GitHub Desktop.
Check size of ubuntu repo pool for amd64 only
rsync -a --progress --prune-empty-dirs --include "*/" --include "*_all.deb" --include "*_amd64.deb" --include "*.dsc" --exclude "*" --dry-run --stats rsync://pl.archive.ubuntu.com/ubuntu/pool/universe /home/m/repo-test/pool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment