Carlos E. R. wrote:
The shell expands to:
Telcontar:~ # ps afxu | grep rsync root 30750 20.2 0.0 68284 7948 pts/7 S+ 12:52 0:12 | | \_ rsync --archive --acls --xattrs --hard-links --sparse --stats --human-readable --password-file /root/cripta/keys/rsync.secrets --link-dest=root@Isengard::MyBook_Telcontar/001 --relative --include /data//data/vmware** --include=/data/storage_** --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/ / root@Isengard::MyBook_Telcontar/002 root 30794 0.0 0.0 7432 888 pts/50 S+ 12:53 0:00 | \_ grep --color=auto rsync Telcontar:~ #
You can see the asterisks on "--include=..." are not expanded.
Which they surely should be, unless quoted or escaped.
Also, the cpu load on the server rsyncd gets limited to 85%, as seen by "top", after the systemd trick I mentioned in another post.
It's really just a cgroup, it's a neat and easy way to use it.
So, it is working except for the --link-dest thing - which is crucial to me, but is another issue. If that doesn't work, I'll have to use btrfs snapshots somehow.
Or use two rsyncs ... -- Per Jessen, Zürich (24.0°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org