Hi there,

One of my clients has a storage pattern of:

$number.$extension

So it looks like this:

1.pdf
2.pdf
3.csv.
4.jpg
.
.
.
$n.$ext

(Where $n is a fairly large number). There was a job running that didn't complete and I want to rsync only the files that they haven't got already. Something like:

# not an actual command
rsync /data/999999+.* user@host:/new_folder

Any ideas would be very helpful.

Thanks

Piers


_______________________________________________
luv-main mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to