mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://archive.raspberrypi.org/debian/"}
|
|
|
|
cd "$TUNASYNC_WORKING_DIR"
|
|
lftp "$BASE_URL" -e "mirror --verbose -P 5 --delete --only-newer; bye"
|