代码搜索:Rsync
找到约 206 项符合「Rsync」的源代码
代码结果 206
www.eeworm.com/read/393721/2466204
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/393718/2467486
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/393716/2468984
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/393713/2470318
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/393710/2471647
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/360437/2962381
sh atrt-gather-result.sh
#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done
www.eeworm.com/read/417108/11003452
c savetransfer.c
/* This program can record the stream of data flowing to or from a program.
* This allows it to be used to check that rsync's data that is flowing
* through a remote shell is not being corrupted (fo
www.eeworm.com/read/417108/11003255
tex tech_report.tex
\documentclass[a4paper]{article}
\begin{document}
\title{The rsync algorithm}
\author{Andrew Tridgell \quad\quad Paul Mackerras\\
Department of Computer Science \\
Australian National University \\
www.eeworm.com/read/417108/11003350
txt profile.txt
Notes on rsync profiling
strlcpy is hot:
0.00 0.00 1/7735635 push_dir [68]
0.00 0.00 1/7735635 pop_dir [71]
0.00 0.00
www.eeworm.com/read/417108/11003465
rsyncstats
#!/usr/bin/perl
#
# This script parses the default logfile format produced by rsync when running
# as a daemon with transfer logging enabled. It also parses a slightly tweaked
# version of the defaul