Subversion Repositories SvarDOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 290 → Rev 291

/push-packages.sh
0,0 → 1,10
#!/bin/sh
 
# sync packages (with sources) to the osdn storage server
rsync -rtOvz --delete --progress packages mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
 
# -r recurse into directories
# -t preserve modification times
# -O this tells rsync to omit directories when it is preserving modification times
# -v more verbosity
# -z compress file data during the transfer
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/sync.sh
7,10 → 7,5
# Synchronization of ISO files, website and repositories towards sourceforge.
#
 
set -e
 
# sync packages (with sources) to the osdn storage server
rsync -a --progress --delete packages mateuszviste@storage.osdn.net:/storage/groups/s/sv/svardos/
 
# sync the website (with repositories and downloads)
rsync -rtDOvz --delete --progress website/ mateuszviste@shell.osdn.net:/home/groups/s/sv/svardos/htdocs/
rsync -rtOvz --delete --progress website/ mateuszviste@shell.osdn.net:/home/groups/s/sv/svardos/htdocs/