What happens when you rsync without a destination path? [duplicate]
Clash Royale CLAN TAG#URR8PPP
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)
linux rsync file-copy
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.
add a comment |
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)
linux rsync file-copy
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.
add a comment |
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)
linux rsync file-copy
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
linux rsync file-copy
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.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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).
thanks, i got it
– mhd
Feb 8 at 0:12
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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).
thanks, i got it
– mhd
Feb 8 at 0:12
add a comment |
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).
thanks, i got it
– mhd
Feb 8 at 0:12
add a comment |
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).
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).
answered Feb 7 at 21:51
Michael HomerMichael Homer
49.4k8133172
49.4k8133172
thanks, i got it
– mhd
Feb 8 at 0:12
add a comment |
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
add a comment |