Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

rsync --files-from... generate error

3 views
Skip to first unread message

Flash

unread,
Jun 16, 2022, 5:14:01 AM6/16/22
to
+ cat list
file1
file2
file3
+ rsync -naivvv --files-from=list /tmp/kjgjuuj77fhjhkjh88/
rsync version 3.1.3 protocol version 31
Copyright (C) 1996-2018 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, xattrs, iconv, symtimes, prealloc

rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.

rsync is a file transfer program capable of efficient remote update
via a fast differencing algorithm.

Why?

Dan Purgert

unread,
Jun 16, 2022, 5:46:20 AM6/16/22
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Flash wrote:
> + cat list
> file1
> file2
> file3
> + rsync -naivvv --files-from=list /tmp/kjgjuuj77fhjhkjh88/

You're missing the source directory. Changing your command to

rsync -naiv --files-from=list SOURCEHERE/ /tmp/xyzzy

should correct the error.

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE3asj+xn6fYUcweBnbWVw5UznKGAFAmKq+/0ACgkQbWVw5Uzn
KGBf2A/+KTnLbMy+PQLQT6y2mEl+tgHyCaRFOZ1Pm/lyQUl+POSHdhim9/NicQwE
pFEylM59lfodWSkeAcG86NbCh0J+WhOSZdmNZWTtMNCqeWomRJo+ibM7Ap0KLNt8
bhoIW4OSjqhAhxYuzDStp3RkyTd77C1dVOtG34PkV7bPLuVaNOkws4HFCy5qWz7T
6mrMIx8mURPeVSBw4JUKIZGyNsHNDZdHrLZxsaIt0/P+c+qV9b7E84vpdN5lha5n
qxBEiG5klMwYKJ3+lKEBs0sr6wViXXZ3VaKKPKCohR7E0Aq3SY2d5RZ4eiboWJ8N
9fFkfdv/adrwqGtuM5Oly4jcbjwqN/rppH2yMmofy18R1+W/Sf4wvGG748ef4JK3
kTwiVrcfkAQZGbpjinaHPkKf0Mb7/BPZESsCYy5rTepHnkpKV+MVR7VwzoY8UZ7K
0ZpcJq59o2BT+wNpcqM2PMb7TlACnedh4UQ1uxuOr/7rVW/j+evupjvJqvqGzXam
cvpKrgOrc+zAxVvDY7wxi8Isqry5BYJl4TwSyWp77L3AVcQ+GW/T4QVEODG5Yn7A
SG9Z3L/RxBmcK+tPB6ZmJUw+W8IXZRRhwjMm6xoC1V79qX+QQNlsmBrhoHO19hH3
0E9TZlGd5cXgb0PJaVrQCBl7A6q8qjSO3UC2s+NyYfyHQqMlo0Q=
=OJNP
-----END PGP SIGNATURE-----

--
|_|O|_|
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: DDAB 23FB 19FA 7D85 1CC1 E067 6D65 70E5 4CE7 2860

Flash

unread,
Jun 16, 2022, 8:44:50 AM6/16/22
to
Il 16/06/22 11:46, Dan Purgert ha scritto:
> Flash wrote:
>> + cat list
>> file1
>> file2
>> file3
>> + rsync -naivvv --files-from=list /tmp/kjgjuuj77fhjhkjh88/
>
> You're missing the source directory. Changing your command to
>
> rsync -naiv --files-from=list SOURCEHERE/ /tmp/xyzzy
>
> should correct the error.
>
>

thanks
0 new messages