Re: Rsync failed to set times (on temporary files)

2021-02-04 Thread Kevin Korb via rsync
I am not sure if I have missed information here but...  Rsync only sets
the mtime on files that it completely transferred.  The back-dating of a
file is rsync's guarantee that that file was completely transferred and
verified.

On 2/2/21 9:03 PM, Leon Vanderploeg via rsync wrote:
> Windows Cygwin rsync is version 3.1.1
> 
> Ubuntu version is 3.1.2
> 
> Ubuntu file system is ext4
> 
> Rsync command main options -rtlg0D ( see attachment for full view)
> 
> 
> 
> 

-- 
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
Kevin Korb  Phone:(407) 252-6853
Systems Administrator   Internet:
FutureQuest, Inc.   ke...@futurequest.net  (work)
Orlando, Floridak...@sanitarium.net (personal)
Web page:   https://sanitarium.net/
PGP public key available on web site.
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Rsync failed to set times (on temporary files)

2021-02-04 Thread Leon Vanderploeg via rsync
Windows Cygwin rsync is version 3.1.1

Ubuntu version is 3.1.2

Ubuntu file system is ext4

Rsync command main options -rtlg0D ( see attachment for full view)
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Rsync failed to set times (on temporary files)

2021-01-25 Thread Steven Levine via rsync
In ,
on 01/24/21
   at 07:46 PM, Leon Vanderploeg via rsync  said:

Hi,

>rsync: failed to set times on "//.ImageTest.reg.jDGIg0":
>Invalid argument (22)

>Where is temp file coming from?

They are created to hold the content of the file to be replaced during the
data transfer.  The names are chosen to minimize the change of naming
comflicts.  This is rsync's default behavior.

>Why is the set time failing?

Hard to say without more information.  Exactly what is the failing rsync
command line?  What is the destination file system format?  Are you
running the same version of rsync on both sides of the transfer?

Different platforms have different rules for timestamp granularity.  This
may or many not be contributing to this issue.

Steven

-- 
--
"Steven Levine"   Warp/DIY/BlueLion etc.
www.scoug.com www.arcanoae.com www.warpcave.com
--


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Rsync failed to set times (on temporary files)

2021-01-24 Thread Leon Vanderploeg via rsync
 Greetings,

On a new system rsync from windows (with cygwin) to Ubuntu, I have a
handful of files that repeatedly throw errors saying failed to set times
invalid argument (22).  I have dozens of these configurations and have
never had this problem.

rsync: failed to set times on "//.ImageTest.reg.jDGIg0": Invalid
argument (22)

The suffix is random and changes each time.

The original file is  ImageTest.reg .  There is no file starting with the
dot or the random suffix.  Time stamps are accurate and current.
Permission on the source and destination directory is 777 and permissions
on the source and destination file is 777.  Machine times are about 1
second apart.

Where is temp file coming from?  Why is the set time failing?

Thanks in advance,
Leon
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html