X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2Frsync-cmd.sh;fp=scripts%2Frsync-cmd.sh;h=0000000000000000000000000000000000000000;hb=11b38584ce4c12e7a83c1cb206fa87141f74de5c;hp=b1ea6c9d1e159abdaeee8fa010d7610b1b30fa8a;hpb=5c8c182b0f51eaa5fca5f917ed5cda5f12fb7366;p=backups%2F.git diff --git a/scripts/rsync-cmd.sh b/scripts/rsync-cmd.sh deleted file mode 100755 index b1ea6c9..0000000 --- a/scripts/rsync-cmd.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# This file just has some ideas about how to do the rsync command with the list -# of file produced by lsbackups - -[ $# == 1 ] || exit 1 -[ -d $1 ] || exit 1 - -# -H ? -W ? -rsync_opts='-l -p -t -g -o -0 --files-from=-' - -other_opts='--stats --progress' - -# Should also include directories in there -rsync $rsync_opts $other_opts / $1