source:
scripts/repository/sync-repo.sh
@
3664
| Revision 3028, 205 bytes checked in by alanbach-guest, 5 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | # Sync's Parsix Debian repository with a local copy |
| 3 | # Copyright 2006-2007 Alan Baghumian, GNU/GPL |
| 4 | |
| 5 | SRC_REPO="80.68.87.195/parsix" |
| 6 | DEST_DIR="repo" |
| 7 | |
| 8 | rsync -av --delete rsync://$SRC_REPO $DEST_DIR |
Note: See TracBrowser
for help on using the repository browser.


