Back up issue

Could anybody help me with this ?

~# rsync -ahvz root@198.58.96.51:~/public ~/backups/public_orig/ receiving incremental file list

rsync: link_stat "/root/public" failed: No such file or directory (2)

sent 8 bytes received 12 bytes 40.00 bytes/sec

total size is 0 speedup is 0.00

rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1536) [Receiver=3.0.9]

The directory and the error

Thanks in advance :wink:

5 Replies

You're trying to access ~/public as root, which is /root/public - this file/directory does not exist. Are you sure /root/public exists? What is it that you are trying to do?

@Nuvini:

You're trying to access ~/public as root, which is /root/public - this file/directory does not exist. Are you sure /root/public exists? What is it that you are trying to do?

I was trying the back up guide,and when run one of the commonds,it outputed this error

@meesk:

@Nuvini:

You're trying to access ~/public as root, which is /root/public - this file/directory does not exist. Are you sure /root/public exists? What is it that you are trying to do?

I was trying the back up guide,and when run one of the commonds,it outputed this error

No one can help you if you're not answering questions. Another forum member here likes to say: "Help us help you".

@Nuvini:

@meesk:

@Nuvini:

You're trying to access ~/public as root, which is /root/public - this file/directory does not exist. Are you sure /root/public exists? What is it that you are trying to do?

I was trying the back up guide,and when run one of the commonds,it outputed this error

No one can help you if you're not answering questions. Another forum member here likes to say: "Help us help you".

I was installing the rsync to build automotive back up service to linux server

and one commond output this on PuTTy ..

You still haven't answered this:
> You're trying to access ~/public as root, which is /root/public - this file/directory does not exist. Are you sure /root/public exists?

If you want to use rsync for backups you want to determine which directories you need to back-up, and then edit the ~/public bit to point to those directories instead.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct