From 9972400bdfcba2eeeedfac483571e827f5f3108a Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 4 Nov 2012 12:10:14 -0800 Subject: [PATCH] Add sync podcasts alias --- bash/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/aliases b/bash/aliases index f8eb331..24306ef 100644 --- a/bash/aliases +++ b/bash/aliases @@ -57,6 +57,7 @@ alias numfiles='find . -maxdepth 1 -type f | wc -l' alias deepgrep='find . -type f | sed "s/$/\"/g" | sed "s/^/\"/g" | xargs grep --color ' alias push-to-player="rsync -recursive --verbose --times --modify-window=1 --delete $pods_dir `mount -l | awk '/podcasts/ {print $3}'`/podcast/" +alias sync-pods="rsync --archive --verbose --compress --delete nas:~/podcasts/ $pods_dir" # Move around to common locations alias desktop="cd $desktop_dir"