Your message dated Wed, 30 Dec 2015 09:59:30 +0100
with message-id <[email protected]>
and subject line Re: Bug#685861: Rsync: failing on a basic sync example
(override plz)
has caused the Debian Bug report #685861,
regarding Rsync: failing on a basic sync example (override plz)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
685861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685861
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rsync
Version: 3.0.7-2
Severity: important
Hi,
you should really think to allow by default to make rsync to work ;)
I just tried rsync, to move from Ibm sync default app on Linux platform, and
rsync isn't
so much reliable to backup a server (independently on the FS) :)
Here a quick example
cp -r Documents/contacs /tmp
~/Documents$ rsync -av contacs/ /tmp/
sending incremental file list
./
rsync: failed to set times on "/tmp/.": Operation not permitted (1)
sent 463 bytes received 16 bytes 958.00 bytes/sec
total size is 284326 speedup is 593.58
rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1060) [sender=3.0.7]
Please could you make rsync working, and more reliable while copying.
I hope that it may contribute to improvements of rsync.
Best regards
Pat
-- System Information:
Debian Release: 6.0.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages rsync depends on:
ii base-files 6.0squeeze2 Debian base system miscellaneous f
ii libacl1 2.2.49-4 Access control list shared library
ii libc6 2.11.3-3 Embedded GNU C Library: Shared lib
ii libpopt0 1.16-1 lib for parsing cmdline parameters
ii lsb-base 3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
rsync recommends no packages.
Versions of packages rsync suggests:
ii openssh-client 1:5.5p1-6 secure shell (SSH) client, for sec
ii openssh-server 1:5.5p1-6 secure shell (SSH) server, for sec
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sat 25 Aug 2012, patrick295767 wrote:
>
> you should really think to allow by default to make rsync to work ;)
> I just tried rsync, to move from Ibm sync default app on Linux platform, and
> rsync isn't
> so much reliable to backup a server (independently on the FS) :)
>
> Here a quick example
>
> cp -r Documents/contacs /tmp
>
> ~/Documents$ rsync -av contacs/ /tmp/
> sending incremental file list
> ./
> rsync: failed to set times on "/tmp/.": Operation not permitted (1)
This is because /tmp is not owned by you and you don't have any
superuser privileges.
This is not a problem with rsync; closing this bug report now.
Paul
--- End Message ---