代码搜索:rsync
找到约 206 项符合「rsync」的源代码
代码结果 206
www.eeworm.com/read/491331/6438720
rsync
www.eeworm.com/read/417108/11003263
yo rsync.yo
mailto(rsync-bugs@samba.org)
manpage(rsync)(1)(28 Dec 2008)()()
manpagename(rsync)(a fast, versatile, remote (and local) file-copying tool)
manpagesynopsis()
verb(Local: rsync [OPTION...] SRC... [DE
www.eeworm.com/read/417108/11003334
h rsync.h
/*
* Copyright (C) 1996, 2000 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2001, 2002 Martin Pool
* Copyright (C) 2003-2008 Wayne Davison
*
* This program
www.eeworm.com/read/417108/11003415
fns rsync.fns
#! /bin/sh
# Copyright (C) 2001 by Martin Pool
# General-purpose test functions for rsync.
# This program is free software; you can redistribute it and/or modify
# it under the term
www.eeworm.com/read/417108/11003459
deny-rsync
#!/bin/bash
# Send an error message via the rsync-protocol to a non-daemon client rsync.
#
# Usage: deny-rsync "message"
protocol_version=29
exit_code=4 # same as a daemon that refuses an option
#
www.eeworm.com/read/417108/11003466
atomic-rsync
#!/usr/bin/perl
#
# This script lets you update a hierarchy of files in an atomic way by
# first creating a new hierarchy using rsync's --link-dest option, and
# then swapping the hierarchy into place
www.eeworm.com/read/417108/11003512
rsync readme.rsync
This is a perfectly ordinary copy of libpopt. It is only used on platforms
that do not have a sufficiently up-to-date copy of their own. If you build
rsync on a platform which has popt, this directo
www.eeworm.com/read/417108/11003596
rsync readme.rsync
READ THIS BEFORE TRYING TO DYNAMICALLY LINK RSYNC AND ZLIB!
zlib has been adapted slightly for use in rsync. Please don't bother
the zlib authors with problems related to the use of zlib in rsync as
www.eeworm.com/read/417108/11003630
c rsync.c
/*
* Routines common to more than one of the rsync processes.
*
* Copyright (C) 1996 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2003-2008 Wayne Davison
*
* This program