代码搜索:Rsync
找到约 206 项符合「Rsync」的源代码
代码结果 206
www.eeworm.com/read/417108/11003183
c io.c
/*
* Socket and pipe I/O utilities used in rsync.
*
* Copyright (C) 1996-2001 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2001, 2002 Martin Pool
* Copyrig
www.eeworm.com/read/417108/11003627
c util.c
/*
* Utility routines used in rsync.
*
* Copyright (C) 1996-2000 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2001, 2002 Martin Pool
* Copyright (C) 2003-2
www.eeworm.com/read/136821/5851681
cpp qrsync.cpp
#include "qrsync.h"
#include
extern "C" {
#include "rsync.h"
}
#include
#include
/*! \class QRsync
\brief The QRsync class provides an interface to librsync.
\leg
www.eeworm.com/read/456693/1604428
py os.py
# Portions Copyright (c) 2005 Nokia Corporation
import sys
__all__ = ["O_NDELAY", "O_DSYNC", "O_RSYNC", "O_DIRECT", "O_LARGEFILE",
"O_NOFOLLOW", "sep", "readlink", "name", "path"]
www.eeworm.com/read/100030/15887869
faq
Frequently Asked Questions
--------------------------
Index:
1. Why not use mirror, rsync, fmirror etc etc?
2. What is WebDAV?
3. Should I use WebDAV or FTP?
4. Why do I get crashes or stran
www.eeworm.com/read/417108/11003248
c socket.c
/*
* Socket functions used in rsync.
*
* Copyright (C) 1992-2001 Andrew Tridgell
* Copyright (C) 2001, 2002 Martin Pool
* Copyright (C) 2003-2008 Wayne Davison
www.eeworm.com/read/417108/11003235
c pool_alloc.c
#include "rsync.h"
#define POOL_DEF_EXTENT (32 * 1024)
struct alloc_pool
{
size_t size; /* extent size */
size_t quantum; /* allocation quantum */
struct pool_extent *extents; /* top extent
www.eeworm.com/read/281575/9148021
git-pull-script
#!/bin/sh
#
# use "$1" or something in a real script, this
# just hard-codes it.
#
merge_repo=$1
rm -f .git/MERGE_HEAD
echo "Getting object database"
rsync -avz --ignore-existing $merge_repo/object
www.eeworm.com/read/417108/11003250
c getfsdev.c
#include "rsync.h"
int main(int argc, char *argv[])
{
STRUCT_STAT st;
int ret;
while (--argc > 0) {
#ifdef USE_STAT64_FUNCS
ret = stat64(*++argv, &st);
#else
ret = stat(*++argv, &st);
#endif
www.eeworm.com/read/439807/7701581
sh indexstatic.sh
wget -O index.html http://bbs.123.com
rsync -avz --progress root@192.168.0.231:./index.html /bbs/
filesize=`wc -c index.html|awk '{print $1}'`
#!/bin/sh
nfs=`wc -c /home/gt/newind