Cloud archive - rsync update doesn't work
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Cloud archive - rsync update doesn't work

by
EricB4
Created on 2021-11-23 13:09:01 (edited on 2024-09-04 14:23:36) in Storage and Backup

With OVH Cloud Archive, how to rsync a folder, without RESEND the file each time ?

I tried many args possibilities (time, ...), but each time the content is resend.

Here example, with 2 txt files.

rsync --update -av "/mydir/" LOGIN_OVH@DOMAIN_OVH:DIR_OVH

sending incremental file list
[swift] GET *******/dstdir?format=json&limit=10000
[swift] GET -> 200
./
mail_2.txt
mail_cigale.txt
[swift] HEAD *******/dstdir/mail_2.txt
[swift] HEAD -> 200
[swift] PUT *******/dstdir/mail_2.txt [411610]
[swift] PUT -> 201
[swift] HEAD *******/dstdir/mail_cigale.txt
[swift] HEAD -> 200
[swift] PUT *******/dstdir/mail_cigale.txt [411610]
[swift] PUT -> 201


Thanks for help. I'm also open to alternatives solutions. My main purpose is only sync files of a folder.


Replies are currently disabled for this question.