essandess / adblock2privoxy

Convert adblock config files to privoxy format
https://hackage.haskell.org/package/adblock2privoxy
GNU General Public License v3.0
93 stars 16 forks source link

rsync: link_stat "/root/adblock2privoxy*" failed: No such file or directory (2) #37

Closed vladns closed 2 years ago

vladns commented 2 years ago

After executing rsync -a ./adblock2privoxy /usr/local/etc/adblock2privoxy, an error message appears: `rsync: link_stat "/root/adblock2privoxy" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3] ` Commands are performed from root, Ubuntu Server OS.

essandess commented 2 years ago

The rsync error message says that you're trying to copy a directory that isn't there. Does ./adblock2privoxy* exist in the directory that you're running rsync from?

vladns commented 2 years ago

No...

essandess commented 2 years ago

No...

You cannot copy files that aren't there. Please read man rsync.

vladns commented 2 years ago

How does ./adblock2privoxy appear and where?

essandess commented 2 years ago

You must download a release or clone the repo. https://github.com/essandess/adblock2privoxy/releases