On 02/08/2019 00.29, Carlos E. R. wrote:
On 02/08/2019 00.18, Patrick Shanahan wrote:
* Carlos E. R. <> [08-01-19 18:01]:
I'll try this:
rsync $OPTIONS --password-file /root/cripta/keys/rsync.secrets \ --exclude=/lost+found --exclude=/dev --exclude=/sys --exclude=/proc --exclude=/run \ --exclude=/data --exclude=/mnt --exclude=/other --exclude=/media --exclude=/var/lib/samba/lock/ --exclude=/var/run/ \ --include=+/data/storage_** \ / root@Isengard::MyBook_Telcontar/$DESTINO
I think it doesn't work, but will take a while till it exits and I know. I guess it doesn't because I see the network is not active. ie, not transmitting anything.
Nay, doesn't work. What does is call rsync twice: rsync $OPTIONS --password-file /root/cripta/keys/rsync.secrets \ --exclude=/lost+found --exclude=/dev --exclude=/sys --exclude=/proc --exclude=/run \ --exclude=/data --exclude=/mnt --exclude=/other --exclude=/media --exclude=/var/lib/samba/lock/ --exclude=/var/run/ \ --include=+/data/storage_** \ / root@Isengard::MyBook_Telcontar/001 rsync $OPTIONS --password-file /root/cripta/keys/rsync.secrets \ --exclude=/lost+found --exclude=/dev --exclude=/sys --exclude=/proc --exclude=/run \ --exclude=/mnt --exclude=/other --exclude=/media --exclude=/var/lib/samba/lock/ --exclude=/var/run/ \ --include=/data/storage_** \ /data/vmware /data/storage_** /data/Lareiserfs root@Isengard::MyBook_Telcontar/001/data But I don't like it. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)