=== removed file 'noise' --- noise 2013-11-01 23:01:04 +0000 +++ noise 1970-01-01 00:00:00 +0000 @@ -1,6 +0,0 @@ -#!/bin/zsh -mkdir -p /tmp/noise-$UID -OUT=/tmp/noise-$UID/$$ -filan -o$OUT -print -lr - "$@" '__________________' >>$OUT -cat >>$OUT === removed file 'rsyncd.conf' --- rsyncd.conf 2013-11-01 23:01:04 +0000 +++ rsyncd.conf 1970-01-01 00:00:00 +0000 @@ -1,15 +0,0 @@ -# /etc/rsyncd.conf - -# Minimal configuration file for rsync daemon -# See rsync(1) and rsyncd.conf(5) man pages for help - -# This line is required by the /etc/init.d/rsyncd script -#pid file = /var/run/rsyncd.pid -use chroot = no -read only = yes - -# Simple example for enabling your own local rsync server -[gentoo-portage] - path = /usr/portage - comment = Gentoo Portage tree - exclude = /distfiles /packages === removed file 'snap.shell' --- snap.shell 2013-11-01 23:01:04 +0000 +++ snap.shell 1970-01-01 00:00:00 +0000 @@ -1,12 +0,0 @@ -#!/bin/sh -# only when used locally -if test "$1" != rsync; then - shift -fi - -if test "$1" != rsync; then - echo >&2 'invalid argument' - exit 1 -fi - -exec rsync --server --daemon --log-file=/dev/stderr . === modified file 'snaprep' --- snaprep 2013-11-01 23:01:04 +0000 +++ snaprep 2013-05-13 13:47:24 +0000 @@ -8,7 +8,7 @@ remote_basedir="${2#*:}" rsync_list() { - rsync --list-only --dirs --8-bit-output "$@" | sed 's/^.......................................... //' + rsync --list-only --dirs "$@" | sed 's/^.......................................... //' } remote_snaps="$(rsync_list)"