syncronize -latest
Hello,
I want to copy the latest file out of a couple of files to my cloud and . I use now:
# delete all files in the cloud
rm /laufwerk-f/*.*
# copy latest file to the cloud
put G:\Server-EDFB\Server-EDFB-image\image*full*.tib /laufwerk-f/ -latest
put G:\Server-EDFB\Server-EDFB-public\public*full*.tib /laufwerk-f/ -latest
put G:\Server-EDFB\Server-EDFB-disk\disk*full*.tib /laufwerk-f/ -latest
... 10 more rows
It works, but takes up to 10 hours to update. *full*.tib changes only every 10 to 15 days.
May be "syncronize remote G:\Server-EDFB\Server-EDFB-image\image*full*.tib /laufwerk-f/ -latest" would be better, but it will not work. Do anyone have a solution?
Thanks
Wolfgang
I want to copy the latest file out of a couple of files to my cloud and . I use now:
# delete all files in the cloud
rm /laufwerk-f/*.*
# copy latest file to the cloud
put G:\Server-EDFB\Server-EDFB-image\image*full*.tib /laufwerk-f/ -latest
put G:\Server-EDFB\Server-EDFB-public\public*full*.tib /laufwerk-f/ -latest
put G:\Server-EDFB\Server-EDFB-disk\disk*full*.tib /laufwerk-f/ -latest
... 10 more rows
It works, but takes up to 10 hours to update. *full*.tib changes only every 10 to 15 days.
May be "syncronize remote G:\Server-EDFB\Server-EDFB-image\image*full*.tib /laufwerk-f/ -latest" would be better, but it will not work. Do anyone have a solution?
Thanks
Wolfgang