(root)/push-packages.sh @ 606 – Rev
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
291 |
mateuszvis |
1 |
#!/bin/sh
|
|
|
2 |
|
|
|
3 |
# sync packages (with sources) to the osdn storage server
|
|
|
4 |
rsync -rtOvz --delete --progress packages mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
|
|
|
5 |
|
|
|
6 |
# -r recurse into directories
|
|
|
7 |
# -t preserve modification times
|
|
|
8 |
# -O this tells rsync to omit directories when it is preserving modification times
|
|
|
9 |
# -v more verbosity
|
|
|
10 |
# -z compress file data during the transfer
|