What happens when you rsync without a destination path? [duplicate]

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












5
















This question already has an answer here:



  • Where does rsync copy a file if I don't specify the remote path?

    2 answers



I copied a file to destination without providing the path. It seems to have copied successfully, but i cant find the file in the destination, where could it be located?



rsync -av --progress file.txt user@host
sending incremental file list
file.txt
1048576000 100% 63.19MB/s 0:00:15 (xfer#1, to-check=0/1)









share|improve this question













marked as duplicate by Olorin, Mr Shunz, jimmij, Jeff Schaller, roaima Feb 8 at 14:07


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






















    5
















    This question already has an answer here:



    • Where does rsync copy a file if I don't specify the remote path?

      2 answers



    I copied a file to destination without providing the path. It seems to have copied successfully, but i cant find the file in the destination, where could it be located?



    rsync -av --progress file.txt user@host
    sending incremental file list
    file.txt
    1048576000 100% 63.19MB/s 0:00:15 (xfer#1, to-check=0/1)









    share|improve this question













    marked as duplicate by Olorin, Mr Shunz, jimmij, Jeff Schaller, roaima Feb 8 at 14:07


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.




















      5












      5








      5









      This question already has an answer here:



      • Where does rsync copy a file if I don't specify the remote path?

        2 answers



      I copied a file to destination without providing the path. It seems to have copied successfully, but i cant find the file in the destination, where could it be located?



      rsync -av --progress file.txt user@host
      sending incremental file list
      file.txt
      1048576000 100% 63.19MB/s 0:00:15 (xfer#1, to-check=0/1)









      share|improve this question















      This question already has an answer here:



      • Where does rsync copy a file if I don't specify the remote path?

        2 answers



      I copied a file to destination without providing the path. It seems to have copied successfully, but i cant find the file in the destination, where could it be located?



      rsync -av --progress file.txt user@host
      sending incremental file list
      file.txt
      1048576000 100% 63.19MB/s 0:00:15 (xfer#1, to-check=0/1)




      This question already has an answer here:



      • Where does rsync copy a file if I don't specify the remote path?

        2 answers







      linux rsync file-copy






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 7 at 21:49









      mhdmhd

      291




      291




      marked as duplicate by Olorin, Mr Shunz, jimmij, Jeff Schaller, roaima Feb 8 at 14:07


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









      marked as duplicate by Olorin, Mr Shunz, jimmij, Jeff Schaller, roaima Feb 8 at 14:07


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






















          1 Answer
          1






          active

          oldest

          votes


















          14














          You now have a file in your working directory called "user@host". If you had copied it to a remote location without a path, user@host: (note colon) would have called it file.txt in whatever the default location on that server is (likely user's home directory).






          share|improve this answer























          • thanks, i got it

            – mhd
            Feb 8 at 0:12

















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          14














          You now have a file in your working directory called "user@host". If you had copied it to a remote location without a path, user@host: (note colon) would have called it file.txt in whatever the default location on that server is (likely user's home directory).






          share|improve this answer























          • thanks, i got it

            – mhd
            Feb 8 at 0:12















          14














          You now have a file in your working directory called "user@host". If you had copied it to a remote location without a path, user@host: (note colon) would have called it file.txt in whatever the default location on that server is (likely user's home directory).






          share|improve this answer























          • thanks, i got it

            – mhd
            Feb 8 at 0:12













          14












          14








          14







          You now have a file in your working directory called "user@host". If you had copied it to a remote location without a path, user@host: (note colon) would have called it file.txt in whatever the default location on that server is (likely user's home directory).






          share|improve this answer













          You now have a file in your working directory called "user@host". If you had copied it to a remote location without a path, user@host: (note colon) would have called it file.txt in whatever the default location on that server is (likely user's home directory).







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 7 at 21:51









          Michael HomerMichael Homer

          49.4k8133172




          49.4k8133172












          • thanks, i got it

            – mhd
            Feb 8 at 0:12

















          • thanks, i got it

            – mhd
            Feb 8 at 0:12
















          thanks, i got it

          – mhd
          Feb 8 at 0:12





          thanks, i got it

          – mhd
          Feb 8 at 0:12


          Popular posts from this blog

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

          Christian Cage

          How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?