I would like to describe my problem:
I have 5 servers on Proxmox 7.4, each of which has backup storage, where .lzo backups virtual machines are saved. I need to save all .lzo from all backups storages on external HDD. How can I do this, when server which has bash script cant copy something from /mnt/vz/dump, because rsync does not have permissions?
I use the following command on another server:
rsync /mnt/vz/dump/*.vma.lzo root@192.168.1.6 /mnt/usb
and get this:
rsync: [sender] link_stat "/root/root@192.168.1.6" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3]
On the differents forums i read, that i havent enough permissoins.
Maybe you could tell me another method for achieving my goal?
Thank you.
I have 5 servers on Proxmox 7.4, each of which has backup storage, where .lzo backups virtual machines are saved. I need to save all .lzo from all backups storages on external HDD. How can I do this, when server which has bash script cant copy something from /mnt/vz/dump, because rsync does not have permissions?
I use the following command on another server:
rsync /mnt/vz/dump/*.vma.lzo root@192.168.1.6 /mnt/usb
and get this:
rsync: [sender] link_stat "/root/root@192.168.1.6" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3]
On the differents forums i read, that i havent enough permissoins.
Maybe you could tell me another method for achieving my goal?
Thank you.