search for: testrsync

Displaying 6 results from an estimated 6 matches for "testrsync".

2007 Jun 13
3
DO NOT REPLY [Bug 4693] New: Amazon S3 storage interface for rsync
...nded effort so don't get starry eyes. I think it would be a wildly popular feature based upon the uptake S3 is getting. Something like ~5 Billion objects are stored on S3 so there is plenty of use going on out there. Usage: rsync s3.amazonaws.com:: List buckets on S3 rsync s3.amazonaws.com::testrsync List contents of the testrsync bucket rsync --create-bucket s3.amazonaws.com::testrsync Create the bucket if it does not exist rsync s3.amazonaws.com::testrsync/testfile ./testfile Transfer testfile from the testrsync bucket rsync --create-bucket ./testfile s3.amazonaws.com::testrsync/testfil...
2018 Apr 02
5
[Bug 13364] New: rsyncd clips trims relative symlinks outside of source tree
https://bugzilla.samba.org/show_bug.cgi?id=13364 Bug ID: 13364 Summary: rsyncd clips trims relative symlinks outside of source tree Product: rsync Version: 3.1.3 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core Assignee:
2003 Oct 28
1
can't manage to get --link-dest working.
Hi, I can't manage to get rsync's --link-dest option working. Here is a step by step script which doesn't produce the good results. # create test dir mkdir testrsync cd testrsync mkdir orig echo "abcd" > orig/testfile # create a mirror rsync -apog orig/ mirror/ # create another mirror using link-dest rsync -apog --link-dest=mirror/ orig/ mirror2/ # look at inodes ls -li mirror/ ls -li mirror2/ The inodes differs, even if timestamps, modes and s...
2005 Apr 19
2
rsync over ftp
...cftp. The purpose of usign it with ftp is simple: most webhosting soft. like cpanel or plesk don't monitor ssh bandwidth usage. You need to monitore it in order to suspend an over-quota account. I tried the following: rsync -avze '/usr/bin/ftp -nv' /tmp/testdir username@server.com:./testrsync/ I dont get any result. rsync version (I tried with 2 versions): rsync-2.6.4 rsync-2.5.7-0.1.92mdk I found nothing on the major search engines. Thanks, Phil
2002 Aug 03
1
Rsync from windows to unix
...indowsserver::/rsync/* ." from the Linux machine I'm getting the error message "ERROR: The remote path must start with a module name" Even when I try "$ rsync -avz -e ssh user@windowsserver:/rsync/* ." I'm getting the error $ rsync -avz -e ssh speram@172.20.70.33:/testrsync/* . user@windows server password: <i enter domain passwd> "unexpected EOF in read_timeout" The rsync daemon seems to be running too, since $telnet localhost 873 gave me the result @RSYNCD: 25 I'd appreciate if any of you gurus can guide me where I'm going wrong. Thanks,...
2003 Aug 13
4
Question on --include-from option.
Hello list, I am running rsync 2.5.5 on some Solaris 7 and 8 boxes. I'd like to sync different directories from one box to another. This is my include file: ppukweb2% more rsync-include-file /tmp/loris/testrsync1 /tmp/loris/testrsync2 /tmp/loris/testrsync3 This is the command I run: rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris and this is the output I get: ppukweb2% rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris receiving fil...