Rsync --progress parameter syntax error

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












0















when i try to use rsync with --progress or -P option (--progress --partial) i get an error saying:



Unknown --info item: "flist"
rsync error: syntax or usage error (code 1) at options.c(453) [client=3.1.2]


I'm using ubuntu 18.04, uninstalled and reinstalled rsync but problem still persists. Example command:



rsync -avzP /home/test/testdir /home/test/testdir2/


or



rsync -avz --partial --progress /home/test/testdir /home/test/testdir2/










share|improve this question
























  • Both your examples work for me, rsync version 3.1.0.

    – eblock
    Feb 1 at 13:06











  • I found this, indicating it could be a permission issue. How did you create the directories (as user or root)? What user tries to rsync the files?

    – eblock
    Feb 1 at 13:14











  • You you have a .popt file in your home directory? Show its contents if so. Have you determined if it is the --partial or the --progress option, or only the combination? Note also that -z option is useless on a local transfer.

    – wurtel
    Feb 1 at 13:59











  • @eblock Directories are mine and permissions are correct. Trying it with sudo gives the same error.

    – Mustafa Yılmaz
    Feb 1 at 16:44











  • @wurtel no .popt file in my home dir. --partial works, --progress doesn't. -P automatically doesn't work too.

    – Mustafa Yılmaz
    Feb 1 at 16:45















0















when i try to use rsync with --progress or -P option (--progress --partial) i get an error saying:



Unknown --info item: "flist"
rsync error: syntax or usage error (code 1) at options.c(453) [client=3.1.2]


I'm using ubuntu 18.04, uninstalled and reinstalled rsync but problem still persists. Example command:



rsync -avzP /home/test/testdir /home/test/testdir2/


or



rsync -avz --partial --progress /home/test/testdir /home/test/testdir2/










share|improve this question
























  • Both your examples work for me, rsync version 3.1.0.

    – eblock
    Feb 1 at 13:06











  • I found this, indicating it could be a permission issue. How did you create the directories (as user or root)? What user tries to rsync the files?

    – eblock
    Feb 1 at 13:14











  • You you have a .popt file in your home directory? Show its contents if so. Have you determined if it is the --partial or the --progress option, or only the combination? Note also that -z option is useless on a local transfer.

    – wurtel
    Feb 1 at 13:59











  • @eblock Directories are mine and permissions are correct. Trying it with sudo gives the same error.

    – Mustafa Yılmaz
    Feb 1 at 16:44











  • @wurtel no .popt file in my home dir. --partial works, --progress doesn't. -P automatically doesn't work too.

    – Mustafa Yılmaz
    Feb 1 at 16:45













0












0








0








when i try to use rsync with --progress or -P option (--progress --partial) i get an error saying:



Unknown --info item: "flist"
rsync error: syntax or usage error (code 1) at options.c(453) [client=3.1.2]


I'm using ubuntu 18.04, uninstalled and reinstalled rsync but problem still persists. Example command:



rsync -avzP /home/test/testdir /home/test/testdir2/


or



rsync -avz --partial --progress /home/test/testdir /home/test/testdir2/










share|improve this question
















when i try to use rsync with --progress or -P option (--progress --partial) i get an error saying:



Unknown --info item: "flist"
rsync error: syntax or usage error (code 1) at options.c(453) [client=3.1.2]


I'm using ubuntu 18.04, uninstalled and reinstalled rsync but problem still persists. Example command:



rsync -avzP /home/test/testdir /home/test/testdir2/


or



rsync -avz --partial --progress /home/test/testdir /home/test/testdir2/







ubuntu rsync






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 1 at 14:02









Rui F Ribeiro

40.4k1479137




40.4k1479137










asked Feb 1 at 12:54









Mustafa YılmazMustafa Yılmaz

63




63












  • Both your examples work for me, rsync version 3.1.0.

    – eblock
    Feb 1 at 13:06











  • I found this, indicating it could be a permission issue. How did you create the directories (as user or root)? What user tries to rsync the files?

    – eblock
    Feb 1 at 13:14











  • You you have a .popt file in your home directory? Show its contents if so. Have you determined if it is the --partial or the --progress option, or only the combination? Note also that -z option is useless on a local transfer.

    – wurtel
    Feb 1 at 13:59











  • @eblock Directories are mine and permissions are correct. Trying it with sudo gives the same error.

    – Mustafa Yılmaz
    Feb 1 at 16:44











  • @wurtel no .popt file in my home dir. --partial works, --progress doesn't. -P automatically doesn't work too.

    – Mustafa Yılmaz
    Feb 1 at 16:45

















  • Both your examples work for me, rsync version 3.1.0.

    – eblock
    Feb 1 at 13:06











  • I found this, indicating it could be a permission issue. How did you create the directories (as user or root)? What user tries to rsync the files?

    – eblock
    Feb 1 at 13:14











  • You you have a .popt file in your home directory? Show its contents if so. Have you determined if it is the --partial or the --progress option, or only the combination? Note also that -z option is useless on a local transfer.

    – wurtel
    Feb 1 at 13:59











  • @eblock Directories are mine and permissions are correct. Trying it with sudo gives the same error.

    – Mustafa Yılmaz
    Feb 1 at 16:44











  • @wurtel no .popt file in my home dir. --partial works, --progress doesn't. -P automatically doesn't work too.

    – Mustafa Yılmaz
    Feb 1 at 16:45
















Both your examples work for me, rsync version 3.1.0.

– eblock
Feb 1 at 13:06





Both your examples work for me, rsync version 3.1.0.

– eblock
Feb 1 at 13:06













I found this, indicating it could be a permission issue. How did you create the directories (as user or root)? What user tries to rsync the files?

– eblock
Feb 1 at 13:14





I found this, indicating it could be a permission issue. How did you create the directories (as user or root)? What user tries to rsync the files?

– eblock
Feb 1 at 13:14













You you have a .popt file in your home directory? Show its contents if so. Have you determined if it is the --partial or the --progress option, or only the combination? Note also that -z option is useless on a local transfer.

– wurtel
Feb 1 at 13:59





You you have a .popt file in your home directory? Show its contents if so. Have you determined if it is the --partial or the --progress option, or only the combination? Note also that -z option is useless on a local transfer.

– wurtel
Feb 1 at 13:59













@eblock Directories are mine and permissions are correct. Trying it with sudo gives the same error.

– Mustafa Yılmaz
Feb 1 at 16:44





@eblock Directories are mine and permissions are correct. Trying it with sudo gives the same error.

– Mustafa Yılmaz
Feb 1 at 16:44













@wurtel no .popt file in my home dir. --partial works, --progress doesn't. -P automatically doesn't work too.

– Mustafa Yılmaz
Feb 1 at 16:45





@wurtel no .popt file in my home dir. --partial works, --progress doesn't. -P automatically doesn't work too.

– Mustafa Yılmaz
Feb 1 at 16:45










0






active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498125%2frsync-progress-parameter-syntax-error%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498125%2frsync-progress-parameter-syntax-error%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay