groups

name language licence
start ushare bash Other
Uninstall Apache2 bash Other
Distro release information bash GPL 2
CRIBBS -- Cron Rsync Incremental Backup Bash Script bash Other
apt-get upgrade bash GPL 2
apt-get update bash GPL 2
rsync partial progress bash Other
If Theme Exists bash Other

< 1 2 >



language: bash
licence: Other

rsync partial progress

options: view full snippetsend to code collector
rsync -P -u --bwlimit=3072 -r --rsh=ssh ~/Music user@remote:"/home/user/"
	
(Continues...)