Skip to content

Commit

Permalink
rsync-packages-pool: exclude problematic directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed May 22, 2023
1 parent 1307ed9 commit 50c792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsync-packages-pool
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

rsync -rtlivH --delete-after --delay-updates --safe-links --contimeout=60 --include='/pool/' --include='/pool/**' --exclude='*' mirror.pkgbuild.com::packages/ /data/archlinux
rsync -rtlivH --delete-after --delay-updates --safe-links --contimeout=60 --include='/pool/' --exclude='.~tmp~' --include='/pool/**' --exclude='*' mirror.pkgbuild.com::packages/ /data/archlinux

# 24 - Partial transfer due to vanished source files
# 23 - Partial transfer due to error: sender failed to open temporary files
Expand Down

0 comments on commit 50c792e

Please sign in to comment.